Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 297 Bytes

File metadata and controls

13 lines (9 loc) · 297 Bytes

LiveNotes

Simple yet unique app built on NodeJS with power of Socket.IO and ExpressJS. It is a group based sharing app so you can share the unique URL with your team to share quickly notes.

Quick Start

# Install dependencies
npm install

# Serve on localhost:3000
npm start