A starter for building Svelte web apps with tailwindcss.
degit gitlab:justinekizhak/svelte-tailwind-template my-project
Then, install the dependencies:
yarn install # or npm install
Use Tailwindcss
yarn build # or npm run build
Development mode will:
localhost:5000
yarn run dev # or npm run dev
Inspired and forked from: