- Docker installed
- Need enough space on your drive (approx. 3.7 GB)
- navigate to the folder
docker-compose build
- If the command ran successfully you can reach the website on the http://localhost:8080
- in the root folder:
cd client npm install cd.. cd server npm install // To serve in one process, run this command below npm run start
- now you can reach the website on the http://localhost:5555
cd server
npm run test