mushrifali / ionic4-starter-app

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU General Public License v3.0


Languages

Language:TypeScript 54.3%Language:HTML 28.1%Language:CSS 10.7%Language:JavaScript 7.0%