Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 575 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 575 Bytes

VC2 (Virtual Classroom Clicker)

image

Requirements

  • Node JS
  • Gulp

How to run

  1. Open the terminal and navigate to vc2 directory
  2. npm install
  3. npm start
  4. Go to http://localhost:3000 in a browser

To build and run

  1. Open the terminal and navigate to vc2 directory
  2. npm install
  3. gulp
  4. Go to http://localhost:3000 in a browser

Teacher login credentials

user1: { username: 1, password: 1 } user2: { username: muhammad, password: muhammad123 }