Svelte-x-Tailwind-Boilerplate

Svelte X Tailwind Boilerplate

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

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.

Top categories

Loading Svelte Themes