Sga & Logistica App para Krack
open console in the root project and execute
npm install
then for
SGA development
ionic serve --project sga
AL development
ionic serve --project al
open console in the root project and execute
*For first time build
ionic integrations enable cordova --add --project al
For local mobile development
ionic cordova run android --project mobile
for more commands to build or run, running iOS or running Android
To generate a scheme (or Interface) from API & Enviroment Postman JSON, we use MakeTypes.
To update latest API changes do the following
- Export the collection from Postman
- Set the exported collection in
/shared_modules/services/api
folder - Use MakeTypes to generate the scheme (Interfaces)
- Save the scheme in
/shared_modules/models
folder - Run the proyect
Project set up thanks to Nx