Skip to content

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

Notifications You must be signed in to change notification settings

cmccall/react-webpack-scss-quickstart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 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

Image

Clicking Login 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

# 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 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

Languages

  • JavaScript 95.4%
  • CSS 3.3%
  • HTML 1.3%