Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 948 Bytes

README.md

File metadata and controls

48 lines (27 loc) · 948 Bytes

Gulp + Tailwind 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 /src/. .njk files are templates (Nunjucks) files.

  • CSS files are located in /src/css/.

  • TypeScript files are located in /src/ts/. The files are 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.