To install the app :
git clone https://github.com/commit-master/corobizar-v2.git
cd corobizar-v2/
npm start
oryarn start
: Run the app in development mode (Listening at port 3000)npm build
oryarn build
: Bundle the app in production mode and optimizes the buildnpm server
oryarn server
: Start server for production (Listening at port 9000)