/inkfusion

real time whiteboard drawing web application (the below link is not collaborative as backend isn't deployed.

Primary LanguageTypeScript

To run locally:

  • git clone repo

Client:

  • cd client
  • npm install
  • npm run dev

Server:

  • cd server
  • npm install
  • npm run start / node index.js