An Ionic 4 + Angular 5 App, with login features
- Install Node.js v8+
- Install global dependencies:
npm install -g ionic cordova
- Clone the repo:
git clone ...
- Install project dependencies
cd sumaris-app
yarn
- Start the server (with GraphQL API)
cd ionic4-starter-app/server
node index
A GraphQL editor should be accessible at localhost:7777/graphql
- Start app
cd ionic4-starter-app
ionic serve -l
The application should be accessible at localhost:8100
- Build a release
npm run build --prod --release