Live Demo - react-blockstack.now.sh
This is a barebones kit that should be able to get you up and running with blockstack auth pretty quickly. Don't know what blockstack is?
This starter is using the latest versions of everything it can, React, babel, webpack, etc, with some sensible defaults for bundling. For state management, it's using redux-bundler which is an abstraction on top of redux and reselect. State is persisted locally through money-clip.
react-hot-loader is also implemented for hot module reloading (HMR) during development. Prettier is used for code formatting. Format by using yarn format
.
Running yarn && yarn dev
will install dependencies and spin up the development server with HMR. Don't have yarn?
Running yarn build
will bundle the application for use in production.
Deploy easily with now by running now
or use another service like heroku/digital ocean.
Thomas Osmonson is an independent designer and developer. He is the founder of Coins, a decentralized cryptocurrency portfolio management tool. Coins is also built with the architecture laid out in this starter kit.
- Integrate storage collections
- Comment all the things
- Work on blockstack.js bundle size (it's far too large)
Last updated: 04/17/2018