An open API service indexing awesome lists of open source software.

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!

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.