Skip to content

Soon to be a quick starting point for a Svelte project, everything I think you'd need to get going.

Notifications You must be signed in to change notification settings

JohnFoster44/Svelte-x-Tailwind-Boilerplate

Repository files navigation

Svelte x Tailwind

Super quick 'n' easy to get cracking with this. The 🌍 is ur 🦪!

Spinned Up using SvelteKit

👩🏾‍💻 ✨ Developing ✨ 👩🏼‍💻

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.

👷🏽 ✨ Building ✨ 👷🏽

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.

About

Soon to be a quick starting point for a Svelte project, everything I think you'd need to get going.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published