Real-time chat app built with AngularJS, Firebase & Ionic
This is an example app that was built to suppliment my book, AngularJS Deployment Essentials
- Chapter 1
- Our App and Tool Stack
<dt>Chapter 2</dt>
<dd>Deploying to Apache</dd>
<dt>Chapter 3</dt>
<dd>Deploying to Heroku</dd>
<dt>Chapter 4</dt>
<dd>Deploying to Firebase Hosting</dd>
- Chapter 5
- Deploying as Mobile App
- Chapter 6
- Deploying as Chrome App
I will continue to improve this application beyond the release of the aformentioned book. This approach will ensure that the examples within the text are in sync with this repo, while alowing me to continue development within this folder.
- Fork it!
- Create your feature branch:
git checkout -b my-rad-feature
- ONLY MAKE CHANGES WITHIN THE beyond-the-book/* DIRECTORY
- Commit your changes:
git commit -m 'Added radical features'
- Push to the branch:
git push origin my-rad-feature
- Submit a pull request & I thank you kindly :D