liveboard icon indicating copy to clipboard operation
liveboard copied to clipboard

Liveboard is a web based board, making use of web sockets

logo

Liveboard

Vercel Version github

Live sharing board powered by socket.io, NextJs and Nodejs👨‍🏫

Checkout👨‍💻 : https://live-board.vercel.app/

Installation

#clone repo
git clone https://github.com/agarwalamn/liveboard.git

# change directory
cd liveboard

# setup frontend
$ cd client
$ npm install
$ npm run dev

# setup server
$ cd server
$ npm install
$ npm run dev

#Boom✨ your project is live

Techstack:

  • 🚄 NextJs
  • 🚒 Express + Socket.io

Built with ❤️ by agarwalamn