This is an example ionic app. The example Node/TypeScript backend can be found here: https://github.com/ruettenm/to-do-list-backend
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
execute ionic serve
and open http://localhost:8100/
execute ionic cordova run ios --emulate
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 🎉