Live site: http://snappy-foos.herokuapp.com
- NodeJS and npm
- MongoDB
- Bower
npm install -g bower
- Gulp
npm install -g gulp
git clone https://github.com/epzilla/foos-react.git
cd
into the reponpm install
bower install
gulp
to start server (make sure in/server/conf/config.coffee
, thatENVIRONMENT
is set to"dev"
)
- Inside
/server/conf/config.coffee
, changeENVIRONMENT
to either"prod"
or"production"
. - Run
gulp build
- After build, everything you need should be in the
/dist
directory, and you can just runnode dist/server.js
to run.
- Improve profile pic uploading
- Make announcer sounds more configurable
- Add more in-depth stats (head-to-head between players/teams in particular)