The Wayback Machine - https://web.archive.org/web/20201202202726/https://github.com/MilizianDevops/sales-stock-manager
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Build Status

This is a Ionic based app.

Sales and stock manager

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

Table of Contents

Getting Started

  • 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
You can’t perform that action at this time.