https://github.com/bylothink/backoffice_app-frontend
https://github.com/bylothink/backoffice_app-frontend
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bylothink/backoffice_app-frontend
- Owner: Bylothink
- License: apache-2.0
- Created: 2025-03-24T17:22:33.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2025-03-27T15:52:55.000Z (about 2 months ago)
- Last Synced: 2025-03-27T16:43:13.707Z (about 2 months ago)
- Language: Vue
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Backoffice App
## Frontend
A generic frontend for a backoffice app to manage some orders and products.
## Get started
```sh
cp .env.example .env
```> [!TIP]
>
> Edit both `.env` and `docker-compose.yml` environment variables to match your needs.### Using Docker
#### Build
```sh
docker compose build
```#### Run
```sh
docker compose up [-d]
```### Using Node.js or Bun
#### First run
```sh
npm install
```#### Run
```sh
npm run dev
```> [!NOTE]
>
> The application will be available at [`http://localhost:5173`](http://localhost:5173) by default.