Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yooneskh/khoshghadam-frontend


https://github.com/yooneskh/khoshghadam-frontend

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Khoshghadam Frontend

## Setup

Make sure to install the dependencies:

```bash
bun i
```

## Development Server

Start the development server on `http://localhost:8080`:

```bash
bun serve
```

## Production

Build the application for production in `SSR` mode:

```bash
bun run build
```

Build the application in `SPA` mode.

```bash
bun run generate
```