Skip to content

chris00001/gulp-tailwind

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 53.2%
  • JavaScript 28.6%
  • Nunjucks 15.5%
  • TypeScript 2.3%
  • CSS 0.4%