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
- Host: GitHub
- URL: https://github.com/me7/sv3
- Owner: me7
- Created: 2019-07-11T09:06:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T02:35:48.000Z (over 3 years ago)
- Last Synced: 2023-02-28T17:41:55.739Z (over 3 years ago)
- Topics: svelte
- Language: CSS
- Homepage: https://github.com/me7/sv3
- Size: 277 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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