Skip to content

Simulate Premier League 2011/12 (React + Backbone + Websockets)

Notifications You must be signed in to change notification settings

jakubsikora/football-radar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

football-radar

Codeship Status for jakubsikora/football-radar

Simulate Premier League 2011/12 (React + Backbone + Websockets)

Installation

  1. Clone the repo.
  2. Make sure you have node version min 0.12.5 installed.
  3. Inside the repo folder run npm install.
  4. Then to build and start the app npm run build-production && npm start or npm run build-dev && npm start.
  5. By default app should be accessible via http://localhost:3000.

Tests

To run tests inside repo folder type npm test;

Custom ports

By default app is using port 3000 for the web server and 8080 for websocket server. Also localhost as the app host. By running:

  1. SERVER_PORT=xxxx WS_PORT=xxxx WS_HOST=xxxxxx npm build-production
  2. SERVER_PORT=xxxx WS_PORT=xxxx WS_HOST=xxxxxx npm start

you can override the default settings.

About

Simulate Premier League 2011/12 (React + Backbone + Websockets)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published