Simple Ionic app to demonstrate storing data with Ionic Storage.
Prerequisite
NPM package @ionic/cli
must be installed globally:, npm install -g @ionic/cli
Steps:
-
Clone the repository.
-
Open shell in root folder of cloned repository and execute
npm install
. -
To run app locally in browser execute either
ionic serve
orionic serve --lab
.
See the LICENSE file for license rights and limitations (BSD 3-Clause License) for the files in this repository.