- Recommended to use NVM
- Download the installer use the latest stable LTS.
- Install the ionic CLI globally:
npm install -g @ionic/cli - Clone this repository:
git clone https://github.com/FAVR-Inc/app.git. - Run
npm installfrom the project root. - Run
ionic servein a terminal from the project root. - Profit. 🎉
Note: See How to Prevent Permissions Errors if you are running into issues when trying to install packages globally.
All app preview screenshots were taken by running ionic serve --lab on a retina display.
- Run
ionic buildfor testing environment - Run
ionic build --prodfor production environment
- Un-comment these lines
- Run
npm run ionic:build --prod - Push the
wwwfolder to your hosting service
- Run
npx cap copyornpx cap sync - Run
npx cap open android
- Run
npx cap copyornpx cap sync - Run
npx cap open ios