A React-Redux project generator based on the ibandominguez/react-starter one. This starter includes:
- ES6 Support
- React
- Redux
- React-Router
- Sass Support
- React Bootstrap
git clone https://github.com/ayozevera/react-redux-starter.git
cd react-redux-starter
npm install
npm run dev
Go to http://localhost:8080, you should see the project running.
npm run build
Build directory created, packaged application ready to deploy.
MIT