Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 374 Bytes

File metadata and controls

30 lines (19 loc) · 374 Bytes

QuickNote App

A simple note-taking application that uses browser local storage for persistence.

Run Locally

Clone the project

  git clone https://github.com/cs280fa21/quicknote-app-server

Go to the project directory

  cd quicknote-app-server

Install dependencies

  npm install

Start the server

  npm run start