An open API service indexing awesome lists of open source software.

https://github.com/gauben/svelte-nest


https://github.com/gauben/svelte-nest

Last synced: 3 months ago
JSON representation

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`.