This is simple todo app that is built with this SRS - Software Requirement Specification. It is built using the ionic hybrid mobile application framework and can be used for ionic/angular education.
Run npm install
to install dependencies.
Run ionic serve
for a dev server which will automatically open a web browser. The app will automatically reload if you change any of the source files.
- Run ionic build --prod
- Push the www folder to your hosting service
Run ionic cordova run android --prod
Run ionic cordova run ios --prod