This project is a govCMS7 light weight Bootstrap 4 base theme.
Install the npm modules
$ cd MYPROJECT
$ npm (or yarn) install
Compile the assets
$ cd MYPROJECT
$ npm (or yarn) run prod (or dev)
Watch for changes and compile the assets
$ cd MYPROJECT
$ npm (or yarn) run watch
Watch for changes and compile the assets with browserSync
$ cd MYPROJECT
$ npm (or yarn) run browser-sync