/notes-app-nextjs

A sample notes app in NextJs

Primary LanguageJavaScript

Notes FrontEnd

Steps:

  • Go to project folder
  • npm i
  • npm run dev

Navigate to http://localhost:3000 to view it in the browser.

Build

Run below command to make the build

  • npm run build

Run below command to run the built app

  • npm start