- First install and run back end:
cd /path/to/workspace
git clone https://github.com/mahmudfasihulazam/nfgm-backend.git
cd nfgm-backend
npm install
npm start
- Then install and run front end:
cd ..
git clone https://github.com/mahmudfasihulazam/nfgm-frontend.git
cd nfgm-frontend
npm install
npm start
A browser window should open up with the website.