https://github.com/gauben/svelte-nest
https://github.com/gauben/svelte-nest
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gauben/svelte-nest
- Owner: GauBen
- Created: 2022-03-01T10:01:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-01T10:01:05.000Z (about 3 years ago)
- Last Synced: 2025-01-11T17:30:17.419Z (4 months ago)
- Language: TypeScript
- Size: 43 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# svelte-nest
👀
## Development mode
- Clone the repository
- Install [Volta](https://volta.sh) and `volta install corepack`
- Run `pnpm install && pnpm dev`In development mode, the frontend runs on `:8080` and the backend on `:3000`.
## Production mode
Run `pnpm build && pnpm start`
In production mode, there is only one server running on `:3000`.