Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 556 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 556 Bytes

This is a Next.js project bootstrapped with create-next-app.

Getting Started

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.