bloqhead / webpack-starter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:HTML 46.3%Language:JavaScript 46.3%Language:CSS 7.4%