Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 713 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 713 Bytes

svelte-tailwind-template

A template for Svelte with Tailwind CSS preconfigured

This has been adapted from the official Svelte template

You can find the original README file here

Getting started

Note othat you will need t have Node.js installed.

npx degit palette-dev/svelte-tailwind-template my-project
cd my-project
# to use TypeScript run:
# node scripts/setupTypeScript.js
npm install
npm run dev

You can find a more detailed guide here