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/evan70/express4-pug3-tailwindcss3-starter
cd express4-pug3-tailwindcss3-starter
yarn set version berry
yarn install
yarn dev
Tailwind CSS will not be purged so that you can experiment with the different styles during development.
yarn dev
Express will start in production mode and the Tailwind CSS will be purged and minified.
yarn start