/nfgm-frontend

Website frontend for Natural Fresh Grocery and Meat store.

Primary LanguageJavaScript

nfgm-frontend

Website front end for Natural Fresh Grocery and Meat Store


Install and Run

  1. 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
  1. 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.