Guide for a React App build with React/Redux/Sass/Webpack.
To get started, first install all the necessary dependencies,
> npm install
Start the development server (changes will now update live in browser),
> npm start
To view your project, go to: http://localhost:3000/
Run a production build,
> npm run build