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

https://github.com/ruettenm/to-do-list-app

example ionic to-do app
https://github.com/ruettenm/to-do-list-app

ionic2 ionic2-examples

Last synced: 2 months ago
JSON representation

example ionic to-do app

Awesome Lists containing this project

README

          

# ToDo List App
This is an example ionic app.
The example Node/TypeScript backend can be found here: https://github.com/ruettenm/to-do-list-backend

# Getting Started
## Initial Setup
```
git clone git@github.com:ruettenm/to-do-list-app.git
cd to-do-list-app

nvm use
npm install -g ionic@latest
npm install -g yarn@latest
npm install
```

## Development
### ... in browser
execute `ionic serve` and open http://localhost:8100/

### ... in ios simulator
execute `ionic cordova run ios --emulate`

### ... in "Ionic DevApp"
Download "Ionic DevApp":
* Google Play: https://play.google.com/store/apps/details?id=io.ionic.devapp
* Apple AppStore: https://itunes.apple.com/us/app/ionic-devapp/id1233447133?mt=8

connect your phone to the same network, execute `ionic serve` and open the DevApp on your phone 🎉