Skip to content

wafa200099/Typed-POS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

How to set up the project

  1. Access to the project folder on the computer via Termaial or Git Bash
  2. Clone this respository to your computer by (git clone "Repo-Link")
  3. Excute (npm install) to download all necessary packages
  4. Change directory to backend by (cd backend)
  5. Run (json-server --watch db.json --port 5000)
  6. Change directory to app by (cd app)
  7. Excute (npm start) to start the projec