Boilerplate for blockstack apps
BoilerStack is modified version of a rejected create-react-app. Includes blockstack auth and a radiks based crud todo application.
git clone --depth 1 https://github.com/talhasch/boilerstack my-app
cd my-app
rm -rf .git && git init && npm init
npm install
Make a copy of config.example.js and edit RADIKS_ADDRESS inside it
cp src/config.example.js src/config.js
npm start