Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 590 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 590 Bytes

collab-culator

React Calculator app with Websockets and a shared log Heroku app is available at https://collab-culator.herokuapp.com

Instructions

First download any node modules that may be needed from package.json

  • npm install
  • mainly just need websocket, but project also needs react etc. if you don't have it yet

Run react (client) and server:

  • Go to server/ and run node server.js
    • Express app/websocket should be listening on port 1234
  • Go to client/ and run npm start
    • React App will run and load at localhost:3000

Do simple calculations with your friends! lol