Skip to content

Nibaron/book-bazar-ecommerce

Repository files navigation

CodeBook Ecommerce WebSite

web-site-demo_.mp4

REQUIREMENTS

  • First clone the Repo using https://github.com/Nibaron/book-bazar-ecommerce.git
  • install all dependency and packages using npm install
  • create a .env file with REACT_APP_HOST=http://localhost:8000
  • open a powershell and run npx json-server data/db.json -m ./node_modules/json-server-auth -r data/routes.json --port 8000
  • congrats your backend is running now.
  • Then open another terminal and run npm start to start

Your app is ready to run, ENJOY!