Source code related to this blog post.
- Install all the dependencies with
npm run prepare-dev-env. - To start the dev environment, type in
docker-compose upinside the root folder.- React App is available on
http://localhost:3000. - NestJS is available on
http://localhost:3001
- React App is available on