suri66 / notes-app-nextjs

A sample notes app in NextJs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A sample notes app in NextJs


Languages

Language:JavaScript 99.4%Language:CSS 0.6%