Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maxgfr/ionic-table-app

Application which uses Ionic V3 and makes HTTP Request to a server
https://github.com/maxgfr/ionic-table-app

http-requests ionic-apps ionic-cordova ionic-framework ionic-native ionic3 modals notifications server

Last synced: 7 days ago
JSON representation

Application which uses Ionic V3 and makes HTTP Request to a server

Awesome Lists containing this project

README

        

# ionic-table-app

### Go to the folder `server`

Then you have to modify with your credentials `vcap-local-example.json` and rename it in `vcap-local.json`

You can now run :
```
$ npm install
$ npm start
```

### Configure ionic App

You have to go to the main folder and run :

```
$ npm install
```

Then you have to modify all the URL request (get/post/delete request) `https://tablepocserve.eu-gb.mybluemix.net/` by : `http://localhost:3000/`

Now, you can now launch the app with :

```
$ ionic platform add android
$ ionic cordova build android
$ ionic cordova run android -l -c -s --debug
```

### HomePage :



### Modal :



### Notifications :