For sharing notes between devices via local wifi or hotspot. Does not require access to the internet.
- Clone this repo on your computer
- Run
npm install
to install dependencies
- Open
note-app.bat
to start the server - The IP address is displayed at the top of the app
- On any other device, open
IP_ADDRESS:3000
in a browser
- Run
npm start
to start the server - Open the app on your browser on
localhost:3000
- The IP address is displayed at the top of the app
- On any other device, open
IP_ADDRESS:3000
in a browser