This is a Todo list project with create-next-app
First, run the development server:
npm run dev
# or
yarn dev
Second, run the json server:
npm run json
# or
yarn json
Open http://localhost:3000 with your browser to see the result.
Thank you for visited