Skip to content

cpeker/webpack-boilerplate

 
 

Repository files navigation

Webpack 4 Boilerplate

Dependency Status devDependency Status

Plain webpack 4 boilerplate with Babel, SASS and lodash on board

Requirements

You only need node.js pre-installed and you’re good to go.

Download

Download in current directory

git clone https://github.com/cpeker/webpack-boilerplate.git .

Setup

Install dependencies

$ npm install

Development

Run the local webpack-dev-server with livereload and autocompile on http://localhost:8080/

$ npm start

If you're not familiar with webpack, the webpack-dev-server will serve the static files in your build folder and watch your source files for changes. When changes are made the bundle will be recompiled. This modified bundle is served from memory at the relative path specified in publicPath.

About

Repo for SCSS training

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 55.0%
  • CSS 23.1%
  • JavaScript 21.9%