.
└── client // React.js code
└── server // Fastify code
Install Docker and Docker Compose, then just execute:
docker-compose up -d
To run the front-end and backe-end locally you go use prepared bash script. Run ./scripts/run-locahost.sh
to have front-end and back-end up and running. This scripts is tmux based.