An open API service indexing awesome lists of open source software.

https://github.com/ericzon/gnome-gram

Hybrid app with Angular 5.2 & Ionic 3.x in charge of socialize gnome people in Brastlewark (LOL).
https://github.com/ericzon/gnome-gram

angular5 ionic3

Last synced: over 1 year ago
JSON representation

Hybrid app with Angular 5.2 & Ionic 3.x in charge of socialize gnome people in Brastlewark (LOL).

Awesome Lists containing this project

README

          

# Gnomegram frontend

## Description

Hybrid app with Angular 5.2 & Ionic 3.x in charge of socialize gnome people in Brastlewark (LOL).

## Installation

Before all, you need to install ionic:

```bash
$ npm i -g ionic
```

After this, inside the project:

```bash
$ npm i
```

## Running the app

```bash
# Inside the application folder, just type:

$ ionic serve
```
This will open a browser on http://localhost:8100/

## Test

```bash
# unit tests
$ npm run test

# test coverage
$ npm run coverage
```