webpack-5-boilerplate-handlebars
Features
- webpack 5;
- Development server;
- Babel (polyfills included);
- Handlebars;
- Sass/SCSS;
Getting Started
- Clone the repo:
$ git clone https://github.com/jodan13/webpack-5-boilerplate-handlebars.git
- Go to the project folder:
$ cd viewgin-beta
- Install NPM packages:
$ npm install
Usage
Development server:
$ npm start
Build:
$ npm run build