create-pug-tailwind-starter
v1.0.6
Published
A template to build static pages with pug and tailwindcss.
Downloads
4
Maintainers
Readme
create-pug-tailwind-starter
Take advantage of modern technologies to build fluently static websites.
→ Have a look at what you can build ←
This projects uses
- live-server for hot reload
- tailwindcss
- pug
Get started 🚀
Replace my-app
with your project name as it will create your package.json with it.
npx create-pug-tailwind-starter my-app
cd my-app
npm start
Now ready to dev.
Scripts 📃
Scripts will write in the build
directory.
npm start
: Start development server. Pages will reload on save.npm buid:production
: Build and optimize pages for production.npm build:html
: builds pug into html without prettifyingnpm build:css
: builds css without purgingnpm build:dev
: build pug into pretty html and css without purging
Production 🏭
live-server
is not recommanded to deploy this on your production server. Instead, please use an alternative like http-server, serve-static, server.