Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.16 KB

Readme.md

File metadata and controls

52 lines (39 loc) · 1.16 KB
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