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

https://github.com/me7/sv3

svelte 3 template with router
https://github.com/me7/sv3

svelte

Last synced: 24 days ago
JSON representation

svelte 3 template with router

Awesome Lists containing this project

README

          

# svelte 3 template with svelte-spa-router

This is a project template for [Svelte 3](https://svelte.dev) apps with router. It lives at https://github.com/me7/sv3.

To create a new project based on this template using [degit](https://github.com/Rich-Harris/degit):

```bash
degit me7/sv3 svelte-app
cd svelte-app
```

## Get started

```
yarn
yarn dev
```

Navigate to [localhost:5000](http://localhost:5000). You should see your app running. Edit a component file in `src`, save it, and reload the page to see your changes.

## Deploy to [netlify](https://app.netlify.com)

goto [netlify dashboard](https://app.netlify.com) then drag public folder to deploy