dev. environment ==> https://github.com/spenfraz/vagrant-dev-envs/tree/shell_scripts
Description: User account system for managing user created Inventory Items ( fields: item name, cost, quantity ) grouped by custom Departments ( field: name ).
--> https://www.meteor.com/install
--> https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
$ git clone https://github.com/spenfraz/meteor-inventory-system.git
$ cd meteor-inventory-system/
$ meteor create .
Will need to:
$ meteor add ...
accounts-ui
accounts-password
themeteorchef:jquery-validation
session
iron:router
Will need to
$ meteor remove ...
autopublish
insecure
Navigate into meteor-inventory-system/
and run: $ meteor run
Point a browser window to:
http://localhost:[specified port]