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.
Make sure you have Node.js and the Heroku Toolbelt installed.
git clone [email protected]: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.
heroku create
git push heroku master
heroku open