gnagel / react-webpack-scss-quickstart

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

Home Page:https://react-webpack-scss-quickstart.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

electron-react-webpack-quick-start

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.

https://react-webpack-scss-quickstart.herokuapp.com


Languages

Language:JavaScript 95.4%Language:CSS 3.3%Language:HTML 1.3%