My ideal React/Redux setup for an application that manages a phonebook
This project was based (loosely) on the great article & boilerplate at http://blog.risingstack.com/the-react-way-getting-started-tutorial/
Used technologies:
- React
- React Bootstrap
- Redux and bindings
- ES6
- Webpack
- Babel
- Jest
Run:
npm install
npm start
Check your http://localhost:3000/ or open http://localhost:3000/
TODO add JEST tests
Run:
npm run webpack-watch