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).
- Host: GitHub
- URL: https://github.com/ericzon/gnome-gram
- Owner: ericzon
- Created: 2018-04-23T03:21:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-23T03:26:26.000Z (about 8 years ago)
- Last Synced: 2025-01-23T22:17:51.287Z (over 1 year ago)
- Topics: angular5, ionic3
- Language: TypeScript
- Size: 134 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```