Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 441 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 441 Bytes

chatapp

chatApp task for eventtus challenge [demo] (http://demochat-app.surge.sh/)

requires

  • Node.js
  • NPM (Node Package Manager)
  • bower (Package manager for web)
  • http-server Install --> npm install -g http-server

Run

Fetch dependencies:

  • cd www/

  • bower install

Setup server:

http-server -p "port number" example http-server -p 8080

Now open this URL in your browser:

http://localhost:8080/