https://github.com/michael/svelte-kit-demo
https://github.com/michael/svelte-kit-demo
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/michael/svelte-kit-demo
- Owner: michael
- Created: 2022-03-17T11:39:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-17T11:39:19.000Z (over 4 years ago)
- Last Synced: 2025-02-14T01:46:01.196Z (over 1 year ago)
- Language: Svelte
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
title: SvelteKit
description: A simple SvelteKit app
tags:
- svelte
- typescript
---
# SvelteKit Example
This examples is a simple [SvelteKit](https://kit.svelte.dev/) app.
[](https://railway.app/new?template=https%3A%2F%2Fgithub.com%2Frailwayapp%2Fexamples%2Ftree%2Fmaster%2Fexamples%2Fsvelte-kit)
## ✨ Features
- Svelte
- TypeScript
## 💁♀️ How to use
- Install dependencies `yarn`
- Connect to your Railway project `railway link`
- Start the development server `railway run yarn dev`
## 📝 Notes
This example was created by running `npm init svelte@next`. SvelteKit is beta
software and may have bugs. Please see the [official
documentation](https://kit.svelte.dev/docs) for more info.