Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rayriffy/quick-svelte
Quick start template for Svelte
https://github.com/rayriffy/quick-svelte
Last synced: 9 days ago
JSON representation
Quick start template for Svelte
- Host: GitHub
- URL: https://github.com/rayriffy/quick-svelte
- Owner: rayriffy
- Created: 2023-04-16T18:01:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-16T18:08:28.000Z (over 1 year ago)
- Last Synced: 2024-10-11T13:27:19.361Z (about 1 month ago)
- Language: HTML
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
quick-svelte
===Quick start template for Svelte
Prerequisite
---1. Install Node LTS
2. Install [pnpm](https://pnpm.io) package manager by running `npm i -g pnpm` commandDevelopment
---1. Create a repository by using this repository as a template
2. Install dependencies with `pnpm i` command
3. Develop anything with `pnpm dev`!Deployment
---1. Go to **Settings > Pages** and change *Source* from **Deploy from a branch** to **GitHub Actions**
2. Push a commit to trigger deployment or mannualy trigger it yourself in **Actions** tab
3. Watch deployed URL at *logging* step in GitHub Actions's deployment log