#tennishelp
==========
##Directions to download and run tennishelp on your local machine.
-
Make a folder on your computer that will contain the files.
-
Clone the repository on your local machine using the terminal.
-
Navigate to and change your directory to the tennishelpApp/ folder.
cd /yourFolder/tennishelp/tennishelpApp/
-
Run npm install
npm install
-
Make sure you do not have anything currently running on http://localhost:8100 and run ionic serve
ionic serve
-
Enjoy!