A generic frontend for a backoffice app to manage some orders and products.
cp .env.example .envTip
Edit both .env and docker-compose.yml environment variables to match your needs.
docker compose builddocker compose up [-d]npm installnpm run devNote
The application will be available at http://localhost:5173 by default.