Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 643 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 643 Bytes

Artezio bank app

Requirements

Installing Bower

  • Open terminal
  • Type sudo npm install -g bower

Installing Node.js Packages

npm install will install these too, but you can do it manually.

  • Open terminal in your directory
  • Type npm install

Installing Bower Packages

bower install will install these too, but you can do it manually.

  • Open terminal in your directory
  • Type bower install

Running

  • Open terminal in your directory
  • Type npm start

Login and pass

  • admin:
    • login: "test"
    • pass: "test"
  • user:
    • login: "test2"
    • pass: "test2"