- Download all the files to your pc/laptop
- Create a folder and put all the code inside it
- First run
npm installcommand inside the client/frontend folder - Then use below commands according to your use
- First start the docker
docker-compose up - Now start the go server
go run . - Start the npm
npm start
