Skip to content

lokeshdaiya/angular-stickynote

Repository files navigation

angular-stickynote

Simple applicaton to store small notes.

This project is developed using angular5 and cordova.

You can check deployed app here https://play.google.com/store/apps/details?id=io.loksa.myquicknotes.

Setup

To setup this application locally, you'll have to clone the repository and install all the required libraries and plugins.

NOTICE: make sure you have the latest Angular Cli and Cordova CLI installed.

npm install -g @angular/cli npm install -g ionic cordova

Angular Setup:

  • git clone https://github.com/lokeshdaiya/angular-stickynote
  • cd angular-stickynote
  • npm install

Cordova Setup:

  • cd app
  • cordova platform add

Cordova app has dependecy on SpeechRecognitionPlugin so make sure its added.

After successfully executing these commands, your application is all ready to be built and deployed to the platform of your choice.

Build:

  • npm run build:prod
  • cordova build android

Releases

No releases published

Packages

No packages published

Languages