To use this template, your computer needs:
Then open the folder in your command line, and install the needed dependencies:
cd projectname
npm install
gulp
Finally, run npm start
to run Gulp. Your finished site will be created in a folder called dist
, viewable at this URL:
http://localhost:8001
To create compressed, production-ready assets, run npm run build
.
To del nodejs folder(node_modules) on windows
npm install rimraf -g rimraf node_modules