react-redux-template-test
v1.0.0
Published

Downloads
34
Readme

React/Sass/Redux Boilerplate
Boilerplate and guide for a React/Sass/Redux build.
Getting Started
To get started, first install all the necessary dependencies.
> npm installRun an initial webpack build
> webpackStart the development server (changes will now update live in browser)
> npm run startTo view your project, go to: http://localhost:3000/
