An application to mantain in good state the home fresh food.
- Clone or download the repository.
- Open the project in your favourite IDE.
- Installa all packages:
npm install
- Deploy locally:
ionic serve
(to show in mobile emulator -in Google Chrome and Windows-Ctrl+Shift+C
)
- Sync last changes and compile with
npm run build
(under the hood runsionic build & npx cap sync
). - Open in each OS IDE, and run from it:
- Android Studio -->
npx cap open android
- XCode (iOS) -->
npx cap open ios
- Android Studio -->