The XFitness mobile app created in Ionic 4 which works with the XFitness Laravel API
- In the root directory run
npm install
- Then run
ionic cordova platform add android
- To run the app execute
ionic serve
for the web browser version andionic cordova run android
on a device or emulator - Or to build the app execute
ionic cordova build android
- Node
- npm
- Ionic
- Cordova