/simple-todo-app

A simple todo application built in angular, that can be used for basic angular education.

Primary LanguageTypeScript

About

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.

Setup

Run npm install to install dependencies.

Development server

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.

Build

Progressive Web App

  1. Run ionic build --prod
  2. Push the www folder to your hosting service

Android

Run ionic cordova run android --prod

iOS

Run ionic cordova run ios --prod