If you've previously installed gulp globally, run npm rm --global gulp before following these instructions. For more information, read this [Sip][https://medium.com/gulpjs/gulp-sips-command-line-interface-e53411d4467]
node --versionnpm --versionnpm install --global gulp-cliAfter downloading the boilerplate, your first order of business is to open a terminal and run
yarnor
npm installThen, to start up the local server, run
npm startOpen a browser and hit http://localhost:5001, and we are ready to roll.
Building the dist version of the project is as easy as running
npm run buildIf you want to deploy, run
npm run deploy