- Docker
- Install dependencies
npm install- Run the application
Go to Root directory and run
npm run dev- Open the application in your browser
open http://localhost:4000- Build the application
docker compose up --build- Open the application in your browser
open http://127.0.0.1:4001