20 lines
252 B
Markdown
20 lines
252 B
Markdown
# svelte app
|
|
|
|
This is a project template for [Svelte](https://svelte.dev) apps. It lives at https://github.com/sveltejs/template.
|
|
|
|
# after cloning this repo
|
|
|
|
```bash
|
|
npm i
|
|
```
|
|
|
|
# start app
|
|
```bash
|
|
npm run dev
|
|
```
|
|
|
|
# build app
|
|
```bash
|
|
npm run build
|
|
```
|