Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 582 Bytes

File metadata and controls

17 lines (14 loc) · 582 Bytes

Note App

For sharing notes between devices via local wifi or hotspot. Does not require access to the internet.

Setup

  1. Clone this repo on your computer
  2. Run npm install to install dependencies

Usage

  1. Open note-app.bat to start the server
  2. The IP address is displayed at the top of the app
  3. On any other device, open IP_ADDRESS:3000 in a browser

OR

  1. Run npm start to start the server
  2. Open the app on your browser on localhost:3000
  3. The IP address is displayed at the top of the app
  4. On any other device, open IP_ADDRESS:3000 in a browser