Skip to content

nko5-supernova/supernova

Repository files navigation

Boilerplate

Starting boilerplate for React, Redux, Webpack and Babel from https://github.com/chentsulin/redux-boilerplate

Vote KO Widget

Vote KO widget

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>

Development

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

Deploy

Deploying to Modulus (to http://supernova.2015.nodeknockout.com/)

npm run build
npm run modulus-login
npm run modulus-deploy

Logs

View the most recent logs from modulus

npm run modulus-login
npm run modulus-logs