- React (with JSX)
- React Hot Loader
- Redux
- Redux Router
- Redux DevTools
- Redux Logger
- Redux Thunk / Redux Actions
- ImmutableJS
- Webpack
- Babel (ES6, ES7 - Using Stage 0 features)
- ESlint
- Radium
You'll need to have [Node.js] (https://nodejs.org/) to get started.
$ npm install # Install dependencies
$ gem install scss-lint
- If having issues try updating to the latest version of node.
$ npm start
Open http://localhost:8080 in your browser.
$ npm run clean
$ npm run build
$ http-server -p 8080 .
Open http://localhost:8080 in your browser.
This application was built on top of Andrew's React Redux Boilerplate, so special thanks to him!