Minimal boilerplate for a modern SPA: ES6, Flow, React
- Babel: enable modern JavaScript
- Flow: static type checking
- React: fast, scalable UIs
- react-hot-loader: automatic hot JS code reloading during development
- Jest: fast, auto-mocking testing framework
- Enzyme: shallow/scoped component testing for React
- Webpack: to bundle them all!
Don't forget to:
- Install some modern nodejs
- Run
npm install
- Update and check
package.json
in order to look at available commands. - HF ✌️