Skip to content

talhasch/boilerstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BoilerStack

Boilerplate for blockstack apps

BoilerStack is modified version of a rejected create-react-app. Includes blockstack auth and a radiks based crud todo application.

Installation

1- Clone this repo:

git clone --depth 1 https://github.com/talhasch/boilerstack my-app
cd my-app

2- Make it your own:

rm -rf .git && git init && npm init

3- Install the dependencies:

npm install

4- Create config.js

Make a copy of config.example.js and edit RADIKS_ADDRESS inside it

cp src/config.example.js src/config.js

5- Run

npm start

About

Boilerplate for blockstack apps

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published