A template for building static websites powered by gulp and webpack.
Make sure that the latest Active LTS version of Node.js installed.
If you have nvm just run:
$ nvm install # Or nvm i# install dependencies
$ npm install # Or yarn# serve with live/hot reloading at localhost:3000
$ npm run dev # Or yarn dev# build for production
$ npm run build # Or yarn build