Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Latest commit

 

History

History
38 lines (30 loc) · 661 Bytes

README.md

File metadata and controls

38 lines (30 loc) · 661 Bytes

SUMARiS app

An Ionic 4 + Angular 5 App, with login features

Compile from source

  1. Install Node.js v8+
  2. Install global dependencies:
npm install -g ionic cordova
  1. Clone the repo: git clone ...
  2. Install project dependencies
cd sumaris-app
yarn
  1. Start the server (with GraphQL API)
cd ionic4-starter-app/server
node index

A GraphQL editor should be accessible at localhost:7777/graphql

  1. Start app
cd ionic4-starter-app
ionic serve -l

The application should be accessible at localhost:8100

  1. Build a release
npm run build --prod --release