A Cards Against Humanity clone
- React
- Some kind of Flux framework, undecided which one
- Possibly immutable.js (I'd like to use immutable data as much as possible - where it makes sense)
- WebSockets
- WebRTC (maybe - there's no iPhone support, so it's lower priority)
- Radium (for CSS)
- Babel (transpiling)
- jspm (package management)
mocha test/spec --recursive --watch
foreman start
mocha test/spec --recursive
We recommmend running a local server instance with foreman which simply uses a .env
file in the root directory to specificy environmental variables.
- REDIS_URL=redis://
username
:password
@hostname
:port