https://github.com/jellydn/svelte-kit-demo
Simple setup with Svelte-kit with tailwind,graphql, and deployment to Vercel/Firebase
https://github.com/jellydn/svelte-kit-demo
firebase graphql svelte-kit tailwindcss vercel
Last synced: 6 months ago
JSON representation
Simple setup with Svelte-kit with tailwind,graphql, and deployment to Vercel/Firebase
- Host: GitHub
- URL: https://github.com/jellydn/svelte-kit-demo
- Owner: jellydn
- Created: 2021-02-17T17:28:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-11T21:24:02.000Z (6 months ago)
- Last Synced: 2025-04-11T22:31:15.928Z (6 months ago)
- Topics: firebase, graphql, svelte-kit, tailwindcss, vercel
- Language: Svelte
- Homepage: https://svelte-kit-test.web.app/
- Size: 1.25 MB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to svelte-kit-demo 👋

[](#)
[](https://twitter.com/jellydn)> Simple setup with Svelte-kit with tailwind,graphql and deployment to Vercel/Firebase
[](https://www.youtube.com/watch?v=p5RJdCk09SM)
## 🏠 [Homepage](https://svelte-kit-test.web.app/)
### ✨ [Demo](https://svelte-kit-test.vercel.app/)
## Build with
- [svelte-kit](https://svelte.dev/blog/whats-the-deal-with-sveltekit)
- [tailwindcss](https://tailwindcss.com/)
- [svelte-adders](https://github.com/svelte-add/svelte-adders)## Install
```sh
yarn install
```## Usage
```sh
yarn dev
```## Deploy to Firebase
Change adapter to `static` on `svelte.config.js` file.
```ts
import adapter from '@sveltejs/adapter-static';
``````sh
yarn build
yarn deploy
```## Deploy to Vercel
Change adapter to `vercel` on `svelte.config.js` file.
```ts
import adapter from '@sveltejs/adapter-vercel';
``````sh
# you need to have `vercel` install globally
# need to change output folder on vercel deployment to `/build`
yarn build
vercel
```## Author
👤 **Dung Huynh (Kaka)**
- Website: https://productsway.com/
- Twitter: [@jellydn](https://twitter.com/jellydn)
- Github: [@jellydn](https://github.com/jellydn)## Stargazers
[](https://github.com/jellydn/svelte-kit-demo/stargazers)
## Show your support
Give a ⭐️ if this project helped you!
---
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_