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