Group Members: Anne Gabrielle Bone, Matthew Garcia Fajardo, Christopher Cuong Kim, Duane Patrick Irvin, Jenny Zheng Wang, Alyssa Torres, Ian Anderson
To compile latex files into pdf format, use pdflatex <tex file>.
###Setup
- Go here to see how to install ionic. (You will need nodejs and npm installed before doing this.)
- Now in a terminal,
cdinto the directory containing the app (namedRecCenterIonicApp). - From that directory, run
ionic serveto see the app in the browser.
###Other info
- The files that we care about (js, html, css) are going to be in
RecCenterIonicApp/www. The other files are pretty much just stuff that ionic needs. - AngularJS is the framework that is used with ionic.
- You can build and emulate the ionic app on different platforms via
ionic platform add,ionic build, andionic emulate, but for our purposesionic servewill probably be fine. - In Chrome, when you inspect the source (Ctrl-Shft-i), there is an icon on the top left of the inspect window that looks like two rectangles. If you click this you can change the size of the display in the webpage to match certain phone sizes.