React Frontend Boilerplate
A simple frontend only boilerplate for quick/easy react experimenting. Built with Innovative Design web tier in mind.
This boilerplate will try to keep up to date with the newest tools (e.g. react-hot-loader@3.0.0.beta6
)
Set Up
With yarn
$ yarn install
With npm
$ npm install
Tests
All tests should be put into __tests__
with the naming convention [Filename].test.js
$ npm run test
TODO
- Create WebPack config for production bundling
- CSS
- JS
- Minification
- External Source Map
- Polyfill for older browsers
- CSS
- Redux
- Include basic usage of Redux
- Set up redux-devtools
- Tests
- Set up Jest
- Write basic test for
Home
Component