Skip to content

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.