Skip to content

Boilerplate for Tailwind, Vue, Sass, and PostCSS to quicky create designs

Notifications You must be signed in to change notification settings

PascalHesselink/TailwindBoilerplate

Repository files navigation

Tailwind Boilerplate

Boilerplate for Tailwind, Vue, Sass, and Laravel-mix to quicky create designs

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Installing

Create the project using composer

composer create-project pascalh/tailwind-boilerplate ProjectName

Install the packages via npm:

npm install 

Start coding

While developing run:

npm run watch

Also, you can use the production watcher to enable PurgeCSS functionality while developing:

npm run watch-production

Open the index.html

open ./dist/index.html

Deployment

Before deploying your project run the following command:

npm run production

Built Mainly With

Authors

License

This project is licensed under the MIT License