You will need nodeJS installed on your machine, then run:
npm install
npx gulp
Use the coding style recommended by codeguide.co.
-
HTML files are located in
/app/
..njk
files are template (Nunjucks) files. -
CSS files are located in
/scss/
. Use Sass syntax if possible. -
JavaScript files are located in
/js/
. All files will be concatenated in alphabetical order unless specified otherwise.
Hit ctrl + C
to stop the server.
Run npx gulp build
. The /dist/
folder contains the production website.