Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gfellerph/webpack-hot-react-sass
https://github.com/gfellerph/webpack-hot-react-sass
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/gfellerph/webpack-hot-react-sass
- Owner: gfellerph
- Created: 2016-01-16T09:25:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-14T21:26:06.000Z (almost 9 years ago)
- Last Synced: 2024-10-15T02:06:36.552Z (3 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webpack-hot-react-sass
My very own boilerplate for everything react.
## Features
* ES6/7 using babel-loader
* SASS Compilation using node-sass/sass-loader
* Easy integration of custom boostrap build using bootstrap-loader
* Simple HTML templating using html-webpack-template
* Modular SCSS using `require`
* Stable production build using mini-/uglification and CSS extraction## Installation/Setup
1. Clone repository / Download ZIP-File
* If you cloned the repo, make sure you change the git origin!
* Run `npm install`
* To start the development-server...
1. Run `npm run dev` to start webpack-dev-server
* Fire up your favorite browser and navigate to http://localhost:8080/
* To run a production build...
* Run `npm run build` to compile assets to `/build/` folder.## Missing features / TODO
- "Real" SCSS-Hotloading (new class definitions are not loaded, only changes)
- a "real" example app using this boilerplate
- unit test integration