Skip to content

ruettenm/to-do-list-app

Repository files navigation

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":

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