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

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

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
```