A minimal web application with React, Router, Async Redux, and Webpack. ES6/ES2015 support using Babel. SASS/SCSS styling with PostCss and Bootstrap.
Log in with any username/password combination. The app will remember you between sessions.
Logging in simulates an async authorization request. Use a library such as [Fetch](https://github.com/matthew-andrews/isomorphic-fetch) to implement your own authorization endpoint [here](https://github.com/jogleasonjr/react-webpack-scss-quickstart/blob/master/src/actions/authentication.js#L39).Dependencies:
- Python 2.7. I haven't tested Python 3.
- Visual Studio 2015. I used the Enterprise Edition, the Community Edition (free) will probably work.
# Clone this repository
git clone https://github.com/jogleasonjr/react-webpack-scss-quickstart
# Go into the repository
cd react-webpack-scss-quickstart
# Install dependencies and run the app with Hot Reloading
npm install && npm run start
Now navigate to http://localhost:8182/webpack-dev-server/ in your browser.