Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Latest commit

 

History

History
executable file
·
19 lines (12 loc) · 395 Bytes

README.md

File metadata and controls

executable file
·
19 lines (12 loc) · 395 Bytes

Sapper TailwindCSS Starter

This pulls together Sapper, Svelte 3, Tailwind CSS, and PurgeCSS to create a simple starter kit for the sveltest apps ever.

Development

To clone it and get started:

git clone https://github.com/EricPKerr/sapper-tailwindcss.git
cd sapper-tailwindcss
npm install # or yarn!

touch .env

npm run dev

Open up localhost:3000.