Alt-1 Timewapp Project >> README.md
This project is my main assignment for the last semester of my Computer Science degree.
Alt-1 Setup timeWAPP app (ionic) local
- Open up your termial or cmd.
- Write
npm install -g cordova ionic
- Download the timeWAPP folder and place in a folder you wish to run the Ionic app from.
- Navigate to the folder root of the Ionic app.
- Write
npm install
in your terminal/cmd. - When the installer is done, write
ionic serve
in your terminal/cmd and the app will start.