Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 460 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 460 Bytes

Blog

Install dependencies:

yarn or npm install

Activate JSON server

yarn global add json-server or npm i -g json-server

After, go to the root of project and run:

json-server --watch db.json --port 3000

Finally, start dev server

yarn dev or npm run dev

The app is running on localhost:3001