ReactJs
Redux
Ant Design
Mongodb
Nodejs
npm installin home directory to install server side dependencies
npm installin/clientdirectory to install client side dependencies
npm run devto run with nodemon
npm startto run without nodemon
npm startinside/clientdirectory to start client server
docker-compose -f docker-compose.yml -f production.yml up --build --remove-orphans
docker-compose up --build --remove-orphans