Boilerplate and guide for a React/Redux build.
To get started, first install all the necessary dependencies.
> npm install
> yarn
Run an initial webpack build
> webpack
> yarn run dev
Start the development server (changes will now update live in browser)
> npm run start
> yarn run start
To view your project, go to: http://localhost:3000/
This boilerplate was inspired on https://github.com/buckyroberts/React-Redux-Boilerplate Boilerplate