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.
- Host: GitHub
- URL: https://github.com/bloqhead/webpack-starter
- Owner: bloqhead
- Created: 2017-07-24T19:31:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-11T16:08:56.000Z (over 8 years ago)
- Last Synced: 2025-06-25T07:47:06.110Z (about 1 year ago)
- Topics: css, js, scss, webpack
- Language: HTML
- Size: 42 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: ReadMe.md
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`