title | description | tags | |||
---|---|---|---|---|---|
SvelteKit |
A simple SvelteKit app |
|
This example is a simple SvelteKit app.
- Svelte 5
- TypeScript
- Tailwind
- Install dependencies
npm ci
- Connect to your Railway project
railway link
- Start the development server
railway run npm run dev
This example was created by running npx sv create svelteapp
And then following our guide to set it up for production readiness -
https://docs.railway.app/guides/sveltekit
Please see the official documentation for more info.