The Connect Four Game.
# start mongodb
mongo
# change to the frontend directory
cd backend
# install dependencies
npm install
# compile typescript source code
npm run compile
# launch the server
npm start
# change to the frontend directory
cd frontend
# install dependencies
npm install
# launch the web app
ng serve --open