https://github.com/fouita/svelte-template
Create a svelte app ready to be used with Fouita
https://github.com/fouita/svelte-template
Last synced: 8 months ago
JSON representation
Create a svelte app ready to be used with Fouita
- Host: GitHub
- URL: https://github.com/fouita/svelte-template
- Owner: fouita
- Created: 2022-06-27T11:56:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-27T06:44:59.000Z (almost 4 years ago)
- Last Synced: 2025-03-13T02:41:20.391Z (about 1 year ago)
- Language: JavaScript
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fouita + Svelte + Tailwindcss + Vite
This template should help get you started developing with Svelte on Fouita.
## Recommended IDE Setup
[VS Code](https://code.visualstudio.com/) + [Svelte](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode).
## Create Custom components and use them inside any website using Fouita
This template is made to create svelte components that will be used into any website
## How to use
```bash
$npx degit fouita/svelte-template my-app
$cd my-app
$npm i
```
## Run locally
```bash
$npm run dev
```
## Deploy to Fouita
Add your `FOUITA_TOKEN` to `.env` file then run
```bash
$npm run deploy
```