Skip to content

seiyria/inveinta

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

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

inveinta

an inventory management system

Install

Use nodejs >= 8.9.0 & npm >= 5.0.0

  • npm i -g cordova ionic
  • npm i

Run

  • npm run ionic:serve

Developing

  • Creating a new page: ionic g page app-<page-name>
  • Never use tab controls. Ever.

Editing Firebase Functions

  • cd functions
  • npm i
  • edit
  • npm run deploy:functions