Skip to content

Tailwind CSS + Parcel minimal starter project πŸ“¦ πŸš€

License

Notifications You must be signed in to change notification settings

codypl/parcel-tailwind-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

99 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Parcel + Tailwind CSS Starter minimal project

GitHub package.json dependency version (prod) GitHub package.json dependency version (prod) GitHub

Get Started

# Clone repo
git clone https://github.com/codypl/parcel-tailwind-starter.git
cd parcel-tailwind-starter

# Install dependencies
npm i

# Run dev server - available at http://localhost:1234
npm run dev

# Run production build
npm run build