Skip to content

stanley-park/collab-culator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

React Calculator with web sockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published