Aplicación que implementa una porra deportiva. Tiene dos clases, Porra y Apuesta y una aplicación basada en express.js.
- Instalar grunt y mocha
npm install -g grunt-cli mocha
- Instalar dependencias
npm install .
- Funciona en Heroku. Tras abrir la cuenta, push a cualquiera de ellos. Para ejecutar en local
npm start
O, si se tiene instalado el Toolbelt de Heroku
foreman start web
A barebones Node.js app using Express 4.
This application support the Getting Started with Node on Heroku article - check it out.
Make sure you have Node.js and the Heroku Toolbelt installed.
$ git clone git@github.com:heroku/node-js-getting-started.git # or clone your own fork
$ cd node-js-getting-started
$ npm install
$ npm start
Your app should now be running on localhost:5000.
$ heroku create
$ git push heroku master
$ heroku open
For more information about using Node.js on Heroku, see these Dev Center articles:
- Getting Started with Node.js on Heroku
- Heroku Node.js Support
- Node.js on Heroku
- Best Practices for Node.js Development
- Using WebSockets on Heroku with Node.js
Use
pip install -r requirements.txt