Skip to content

Project-PackX/frontend

Repository files navigation

frontend

Development

Warning

This project migrated to Vite, you can find the key differences here.

  1. npm install
  2. Create a .env file based on the .env.example
  3. Run npm run dev (supports hot reload)
  4. That's it!

Docker

The Dockerfile found in the repo is used to build a production-ready Docker image of the application.

Run locally

Warning

These steps assume that you have properly set up Docker on your local system. You can find the official installation guide here.

cd frontend
docker-compose up -d --build

Now the application is available on http://localhost:3000!