This is the Frontend Project that runs Next.js app.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
Ensure you have the following installed on your machine:
- Docker
- Docker Compose
- Create and start the containers:
docker compose -p stage up -d
- Remove the Frontend container:
docker stop stage-front-app && docker rm stage-front-app
- Remove the entire containers ( Backend and Frontend ):
docker compose -p stage down
docker build -t front-app .
Once the containers are up and running, you can access the application on http://amirhs.test.