Skip to content

Repository files navigation

Backoffice App

Frontend

A generic frontend for a backoffice app to manage some orders and products.

Get started

cp .env.example .env

Tip

Edit both .env and docker-compose.yml environment variables to match your needs.

Using Docker

Build

docker compose build

Run

docker compose up [-d]

Using Node.js or Bun

First run

npm install

Run

npm run dev

Note

The application will be available at http://localhost:5173 by default.

About

A generic frontend for a backoffice app to manage some orders and products.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages

Generated from Byloth/tuemplate