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