Skip to content

HaibiPeng/real-time-whiteboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

real-time-whiteboard(currently still under development)

course assignment for ELEC-E7320 - Internet Protocols

A simple demo link

https://real-time-white-board.herokuapp.com/

How to run the app

Run these commands in terminal:

clone repository and install dependencies

  1. git clone https://github.com/HaibiPeng/real-time-whiteboard.git

In one ternimal:

  1. cd real-time-whiteboard/client
  2. npm install
  3. npm audit fix(and add --force opion at the end if needed)

In another terminal:

  1. cd real-time-whiteboard/server
  2. npm install
  3. npm audit fix(and add --force opion at the end if needed)

run the app

In client ternimal:

  1. npm start

In server ternimal:

  1. npm run dev(using nodemon) or node index.js

In the browser:

  1. Enter http://localhost:3000 and press enter, and you should see the Join page
  2. Enter your username and click JOIN
  3. Start drawing!

About

course assignment for ELEC-E7320 - Internet Protocols

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages