- Node.js + npm
- git
- clone this repo
npm install
npm start
- Browse to http://localhost:8000
gulp fixtures
Note: this will load data to the default database (presupuesto-dev
). You may tweak this manually or by editing your config
You have to set up a new git remote pointing to the Heroku repo:
heroku git:remote -a my-heroku-app-name
heroku login
and enter your credentials.
Once you have set up your Heroku remote, you can deploy to Heroku by simply
git push heroku master
Note: You need to have proper permissions to do this.