Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r4ai/svelte-skelton-template
https://github.com/r4ai/svelte-skelton-template
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/r4ai/svelte-skelton-template
- Owner: r4ai
- License: unlicense
- Created: 2023-08-15T08:37:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-18T03:30:54.000Z (over 1 year ago)
- Last Synced: 2024-04-20T08:51:21.224Z (9 months ago)
- Language: HTML
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🚀 Svelte Skelton Template
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/fork/github/r4ai/svelte-skelton-template)
## 🧞 Commands
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:3000` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |