This is a Next.js project bootstrapped with create-next-app
.
First, Run the local node server, which has few static records.
Goto cd server
npm install
npm run start
# or
yarn start
Server is running on http://localhost:8000
Run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.