1.) Clone the repo:
cd ~/Desktop && git clone git@github.com:mattcarlotta/nextjs-basic-data-fetch.git && cd nextjs-basic-data-fetch
.
2.) Install dependencies yarn
or npm i
.
3.) Run yarn dev
or npm run dev
to start a local development server.