Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1 KB

README.md

File metadata and controls

49 lines (28 loc) · 1 KB

Gulp project skeleton


Table of contents


💻 Run the develoment server

You will need nodeJS installed on your machine, then run:

npm install
npx gulp

👨🏻‍💻 Develop

Coding style

Use the coding style recommended by codeguide.co.

Structure
  • 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.


🚀 Deploy

Run npx gulp build. The /dist/ folder contains the production website.