Skip to content

H3inAK/Next-Product-Manager

Repository files navigation

Product CRUD Operation with Next + local json-server

First, install json-server globally and run the server:

npm i -g json-server
json-server --watch data.json --port 8000

And, install all the project dependencies

npm i

Run the project

npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published