Skip to content
This repository has been archived by the owner on May 1, 2021. It is now read-only.

shaffe-fr/tailwind-pug-parcel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tailwind CSS Pug Parcel Starter Project

This is an example of a super simple Parcel setup for using Tailwind CSS and Pug.

To get started, clone the project and install the dependencies:

# Using npm
npm install

# Using Yarn
yarn

After that, if you have Parcel installed globally, run

parcel index.pug

If you don't, install parcel as a local dev dependency

yarn add -D parcel
./node_modules/.bin/parcel index.pug

If you change the tailwind.js config file, delete the .cache folder and restart parcel.

You can also run parcel with no cache and restart parcel when the config file changes:

parcel --no-cache index.pug

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published