An Express.js application boilerplate using Pug as the template engine and using Tailwind for styles.
Clone the repo, install dependencies and start the server.
git clone https://github.com/rajasegar/express-pug-tailwind-boilerplate
cd
npm install
npm start
Tailwind CSS will not be purged so that you can experiment with the different styles during development.
npm run dev
Express will start in production mode and the Tailwind CSS will be purged and minified.
npm start