https://github.com/mrblueblue/sass-webpack-playground
Bundling SASS + React with Webpack...hooray!
https://github.com/mrblueblue/sass-webpack-playground
Last synced: 3 months ago
JSON representation
Bundling SASS + React with Webpack...hooray!
- Host: GitHub
- URL: https://github.com/mrblueblue/sass-webpack-playground
- Owner: mrblueblue
- Created: 2015-06-24T23:46:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-25T00:59:57.000Z (almost 10 years ago)
- Last Synced: 2025-02-06T01:44:33.641Z (4 months ago)
- Language: CSS
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sass-webpack-playground
Playing around with bundling and hot-loading SASS and React with the Webpack Dev Server.
To run in development, just `npm install` and then `npm start`. Open the src/index.html and see the Flexbox magic.
To run in production, just run 'npm run deploy'. Then open the dist/index.html.