- Node js
- Ionic CLI
- Android studio and xCode for IOS if needed
- Clone or download the project on your machine
- Make sure you have installed Node js and Ionic CLI.
- Run Terminal or Command and go to the project directory
cd/Gelatos-Back-Office
- Run
npm install
- run
ionic build
- open the app in browser by running
ionic serve --open
- build and run for android by running this command
npx cap add android
thennpx cap open android
after that the app will be automatically open in android studio - for IOS do the same steps for android but change platform name
npx cap add ios