This is a project template for Svelte apps with TailwindCSS.
Install the dependencies:
npm install
or
yarn
Start coding:
npm run dev
or
yarn dev
Navigate to localhost:5000 and change the site.
To create an optimised version of the app:
npm run build
or
yarn build