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 install
from the project root. -
Install the ionic CLI (
npm install -g ionic
) -
Run
ionic serve
in 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
--target
device
platform/android>$ adb devices
- Is your build slow? Update
npm
to 3.x:
npm install -g npm