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

https://github.com/bloqhead/webpack-starter

⚡️ A simple webpack setup that compiles Sass and JS, and offers BrowserSync.
https://github.com/bloqhead/webpack-starter

css js scss webpack

Last synced: 3 months ago
JSON representation

⚡️ A simple webpack setup that compiles Sass and JS, and offers BrowserSync.

Awesome Lists containing this project

README

          

# What
This is a basic webpack setup that leverages BrowserSync and will output your JS and SCSS. Good for basic projects where you need hot reloading.

# Get Started
- install dependencies: `npm install`
- compile: `webpack`
- watch: `webpack --watch`