This is a Ionic based app.
This is a Ionic-Angular app with TypeScript to manage the sales and stock of a little store.

-
Clone this repository:
git clone https://github.com/MilizianDevops/sales-stock-manager. -
Remember we use TypeScript.
-
Run
npm installfrom the project root. -
Install the ionic CLI (
npm install -g ionic) -
Run
ionic servein a terminal from the project root. -
If want to run it on physical device, cd into
sales-stock-manager:
$ ionic cordova platform add android
$ ionic cordova run android <--target>Note:
- Want to select
--targetdevice
platform/android>$ adb devices- Is your build slow? Update
npmto 3.x:
npm install -g npm