Starting boilerplate for React, Redux, Webpack and Babel from https://github.com/chentsulin/redux-boilerplate
Use our "Vote KO" widget to let from your app directly. Here's the code for including it in your site:
<iframe src="http://nodeknockout.com/iframe/supernova" frameborder=0 scrolling=no allowtransparency=true width=115 height=25>
</iframe>
npm install
# set the configuration for your mongodb, for example:
export MONGO_PORT=tcp://10.10.10.10:27017
export MONGO_DATABASE=game-service
npm start
Deploying to Modulus (to http://supernova.2015.nodeknockout.com/)
npm run build
npm run modulus-login
npm run modulus-deploy
View the most recent logs from modulus
npm run modulus-login
npm run modulus-logs