Skip to content

bmvantunes/youtube-2020-feb-swr-hook

Repository files navigation

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