A barebones Node.js app using Express 4.
Tuned to run on EngineYard Cloud.
Make sure you have Node.js installed (uses version 4.4.5
).
git clone git@github.com:rumblex/nodeknockout2016-zest.git # or clone your own fork
cd nodeknockout2016-zest
npm install
npm start
Your app should now be running on localhost:5000.
Log into https://cloud.engineyard.com. Navigate to your Team's Application, and click "Deploy".
Please use one of these Node.js versions
4.4.5, 4.6.0, 5.11.0, 6.4.0, 6.7.0
For more information about using Node.js on EngineYard, check out these articles