webpack-5-boilerplate-handlebars

Features

  • webpack 5;
  • Development server;
  • Babel (polyfills included);
  • Handlebars;
  • Sass/SCSS;

Getting Started

  1. Clone the repo:
$ git clone https://github.com/jodan13/webpack-5-boilerplate-handlebars.git
  1. Go to the project folder:
$ cd viewgin-beta
  1. Install NPM packages:
$ npm install

Usage

Development server:

$ npm start

Build:

$ npm run build