An open API service indexing awesome lists of open source software.

https://github.com/michael/svelte-kit-demo


https://github.com/michael/svelte-kit-demo

Last synced: 12 months ago
JSON representation

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.

[![Deploy on Railway](https://railway.app/button.svg)](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.