https://github.com/swz-git/svelte-template
my svelte template
https://github.com/swz-git/svelte-template
Last synced: about 1 year ago
JSON representation
my svelte template
- Host: GitHub
- URL: https://github.com/swz-git/svelte-template
- Owner: swz-git
- License: mit
- Created: 2021-09-26T21:09:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-13T18:49:15.000Z (over 4 years ago)
- Last Synced: 2025-02-17T12:15:52.360Z (over 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# svelte-template
swz's starter kit to build [Svelte](https://svelte.dev/) apps with [esbuild](https://esbuild.github.io/).
## Install
```bash
npx degit swz-gh/svelte-template
cd svelte-template
yarn # or npm install
```
## Development
```bash
yarn dev
```
Open your browser to
## Build for production
```bash
yarn build
```
Deploy the `public/` directory.