Skip to content

andlehma/mlbstandings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mlbstandings

Real-time MLB standings

Written using React, Express, and Socket.io

https://andrewlehman.me/mlbstandings/

building

  • npm install in the root directory
  • npm install in the frontend directory
  • webpack in the frontend directory
  • node server.js in the root directory

I'm using pm2 to run this on my web server.