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

An Ionic 4 + Angular 5 starter App, with login features

License

Notifications You must be signed in to change notification settings

blavenie/ionic4-starter-app

Repository files navigation

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

About

An Ionic 4 + Angular 5 starter App, with login features

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published