1.0.6 • Published 4 years ago

create-pug-tailwind-starter v1.0.6

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
4 years ago

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

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 prettifying

  • npm build:css: builds css without purging
  • npm 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.

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago