officialrajdeepsingh / next-error-handling

demo for handling error in nextjs

Home Page:https://codesandbox.io/s/github/officialrajdeepsingh/next-error-handling

Repository from Github https://github.comofficialrajdeepsingh/next-error-handlingRepository from Github https://github.comofficialrajdeepsingh/next-error-handling

Error Handling

It is a demo next.js application; it shows how errors occur and looks like how error UI.


Getting Started

The first step is to clone the next error handling project with a git command.

git clone  https://github.com/officialrajdeepsingh/next-error-handling.git  

The next step is to install the Node Package Using the Node package manager.

pnpm install
# or
yarn install
# or
npm install

Lastly, 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.

About

demo for handling error in nextjs

https://codesandbox.io/s/github/officialrajdeepsingh/next-error-handling


Languages

Language:TypeScript 94.6%Language:JavaScript 4.9%Language:CSS 0.6%