Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yooneskh/khoshghadam-frontend
https://github.com/yooneskh/khoshghadam-frontend
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/yooneskh/khoshghadam-frontend
- Owner: yooneskh
- Created: 2024-09-17T22:10:26.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-09-18T22:05:25.000Z (4 months ago)
- Last Synced: 2024-09-19T03:12:00.687Z (4 months ago)
- Language: Vue
- Size: 2.64 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
```