/next-js-help-desk

Helpdesk Using nextjs with dummy data

Primary LanguageTypeScript

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

Create new Project

npm create-next-app@latest <> --ts

Json Server

To install npm install json-server -g To run json-server --watch --port 4000 ./_data/db.json

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learning From

##Some Screen shots image image image image