This is a Next.js project bootstrapped with create-next-app.
First, make sure all dependencies are installed:
#run this command in terminal
yarnThen, run the development server:
yarn devOpen http://localhost:3000 with your browser to see the result.
Files in pages/api are treated as API routes instead of React pages.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.