Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 790 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 790 Bytes

Cool Dad

A simple app concept to help busy dads also be cool dads. Visit the live site: http://cooldad.herokuapp.com/

Built with Ionic / Angular / Express / Node.js

Deployed using ionic-heroku-button.

To deploy locally

Make sure you have Node.js and the Heroku Toolbelt installed.

git clone git@github.com:driftyco/ionic-heroku-button.git # or clone your own fork
cd ionic-heroku-button
npm install
npm start

App should now run on localhost:5000.

To deploy to Heroku

heroku create
git push heroku master
heroku open

Heroku documentation