Skip to content

pug-tailwind/www

Repository files navigation

express-pug-tailwind-boilerplate

An Express.js application boilerplate using Pug as the template engine and using Tailwind for styles.

Using the boilerplate

Clone the repo, install dependencies and start the server.

git clone https://github.com/rajasegar/express-pug-tailwind-boilerplate
cd
npm install
npm start

Development mode

Tailwind CSS will not be purged so that you can experiment with the different styles during development.

npm run dev

Production

Express will start in production mode and the Tailwind CSS will be purged and minified.

npm start

About

Website for pug-tailwind

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors