Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 180 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 180 Bytes

How to run this app

Install the dependencies:

npm install

Start the dev server:

npm run dev

Start the mock API server:

npm run mock-api