https://github.com/isutare412/svelte-playground
Study SPA using Svelte
https://github.com/isutare412/svelte-playground
Last synced: 4 months ago
JSON representation
Study SPA using Svelte
- Host: GitHub
- URL: https://github.com/isutare412/svelte-playground
- Owner: isutare412
- Created: 2021-06-29T07:48:24.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-04T07:24:31.000Z (almost 4 years ago)
- Last Synced: 2024-12-29T11:15:18.773Z (5 months ago)
- Language: JavaScript
- Size: 146 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# svelte playground
This is a playground project for [Svelte](https://svelte.dev).
Contains various boilerplates as git tags.## Get started
### Install dependencies
```bash
npm install
```### Run dev server
```bash
npm run dev
```### Build distribution
```bash
npm run build
```Now you can serve the `public` directory by Nginx, etcs.