Skip to content

jogleasonjr/react-webpack-scss-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-webpack-scss-quickstart

A minimal web application with React, Router, Async Redux, and Webpack. ES6/ES2015 support using Babel. SASS/SCSS styling with PostCss and Bootstrap.

Demo

Click here

Log in with any username/password combination. The app will remember you between sessions.

Image

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).

To Build and Run via CLI

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.

Next Steps

  • Learn about managing Redux state here
  • Learn more about React and JSX components here.

License

MIT

About

A relatively minimal web application with ES2015, React + Router, Async Redux, SCSS, and Webpack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published