Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 393 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 393 Bytes

youtube-2020-feb-swr-hook

SWR

In order to run this application you need to npm install.

Run the app

npm run dev

Run mock-server

npm run mock-server

PS - You'll need one command line instance to npm run dev and one for npm run mock-server. If you prefer, to have only one instance you can play with concurrently