Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 248 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 248 Bytes

Setup

  1. Install dependencies

     npm install
    
  2. Start dev server

     npm start
    
  3. Install json-server

     npm i json-server
    
  4. Run json-server in a separate terminal

     npx json-server --watch data/db.json --port 3500