Skip to content

Webpack boilerplate project that includes SCSS and Babel loaders with separate configurations for development and production environments.

License

Notifications You must be signed in to change notification settings

jako-basson/webpack-boilerplate

Repository files navigation

Webpack Boilerplate

Webpack boilerplate that includes SCSS and Babel loaders with separate configurations for development and production environments.

Installation

Clone

Clone this repo to your local machine using https://github.com/jako-basson/webpack-boilerplate.git

Setup

In the root directory of the cloned repo install npm packages by running

$ npm install

Development

Run command npm start to execute the webpack development configuration.

Production

Run command npm run build to execute the webpack production configuration.

Features

  • Separate dev and prod webpack configurations
  • Cache busting for js, css and images
  • Live reloading in development
  • Minification for js, css and html in production
  • Babel loader
  • SCSS loader

About

Webpack boilerplate project that includes SCSS and Babel loaders with separate configurations for development and production environments.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published