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