A Medicine Procurement App
Dev Enviroment -
- First go to main branch, "git checkout main", there type "git pull".
- Then go to your named branch, type "git checkout "your name".
- Then merge with main branch, type "git merge main".
- Goto client, type "cd client"
- On first time intallation , type "npm install" (Not do this only first time downloaded code from github).
- Then, type "npm start", webiste automatically opens up on chrome.