- Install nvm
- Install Yarn 1.x
nvm install yarnFinally, run npm start to run Gulp and preview the site.
Your finished site will be created in a folder called dist, viewable at this URL:
http://localhost:8000 To create compressed, production-ready assets, run npm run build.