Just another react redux starter pack. With a simple auth example app using JSON web tokens. The example app is not hooked against any database. Users and secret are defined in the .env file.
If you've never used Node or npm before, you'll need to install Node. If you use homebrew, do:
brew install node
Otherwise, you can download and install from here.
npm install
This downloads all dependencies listed in package.json
.
npm run dev
This will compile your assets and start a express server with webpack-dev-middleware and webpack-hot-middleware.
npm run build
npm start
This repo includes a test suite running AVA and Sinon.
To run the tests simply do:
npm test
This repo follows the standard javascript coding style guide. It also includes some default editor settings using editor config.
React Redux Starter is licensed under The MIT License (MIT).