Live sharing board powered by socket.io, NextJs and Nodejs👨🏫
Checkout👨💻 : https://live-board.vercel.app/
#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
- 🚄 NextJs
- 🚒 Express + Socket.io