Super quick 'n' easy to get cracking with this. The π is ur π¦ͺ!
Spinned Up using SvelteKit
Once you've pulled this project and installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
The Tailwind is all linked up where it needs to go, look over this if you want - by the Tailwind team: Tailwind/SvelteKit
Add a newpage.svelte
to the /routes
folder to create a new page for your app. It can be seen in localhost:3000/newpage
and so on.
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.
To deploy your app, you may need to install an adapter for your target environment.