https://github.com/yooneskh/khoshghadam-frontend
https://github.com/yooneskh/khoshghadam-frontend
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yooneskh/khoshghadam-frontend
- Owner: yooneskh
- Created: 2024-09-17T22:10:26.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-10-22T18:32:09.000Z (9 months ago)
- Last Synced: 2025-03-15T00:08:50.519Z (4 months ago)
- Language: Vue
- Size: 2.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```