tailwindcss-setup-examples icon indicating copy to clipboard operation
tailwindcss-setup-examples copied to clipboard

Add express + pug example

Open vitalbone opened this issue 5 years ago • 0 comments

Would be great to have a production ready example of how to setup TailwindCSS using only express and pug. ie;

$ yarn dlx express-generator --view=pug tailwind-example
$ cd tailwind-example
$ yarn add tailwindcss --dev
...etc

vitalbone avatar Jun 10 '19 04:06 vitalbone