/react-webpack-redux-apisauce-karma-starter

Awesome (and dead simple for novices) starter using webpack, react, redux state container, redux-thunk, apisauce, karma, bootstrap, etc...

Primary LanguageJavaScript

React Web Application Boilerplate

Technology Stack

Installation

$ git clone {gitrepo url} {project}
$ cd {project}
$ npm install

Development

$ npm run start
open http://localhost:3000

Monitor

Use Reactotron to monitor the application (redux) state, actions and API calls.

$ npm run reactotron
open http://localhost:3000

Production

$ npm run prod

Clean

$ npm run clean

Linting

$ npm run lint

Testing

$ npm run test