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
- Host: GitHub
- URL: https://github.com/ruettenm/to-do-list-app
- Owner: ruettenm
- License: mit
- Created: 2017-11-17T14:53:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-18T13:28:53.000Z (about 8 years ago)
- Last Synced: 2025-03-10T19:49:19.788Z (over 1 year ago)
- Topics: ionic2, ionic2-examples
- Language: TypeScript
- Size: 1.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 🎉