- Install Docker.
- Install Docker Compose.
- Install dependencies
npm i
- Run
docker-compose up
- Visit
http://localhost:3000
- If you want to make updates to the app, you should install all devDependencies to make tooling work like
eslint
,husky
,prettier
, etc.
npm i
- Make sure to ports are open
- 3000 (app)
- 4000 (dev-server)
- 9229 (server debugging)