Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 436 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 436 Bytes

TakingStock - Angular Frontend

The angular frontend for the taking stock system.

Install

Install Node Package Manager

First, you'll need to install NPM if you don't already have it.

Install required tools gulp and bower:
npm install -g gulp bower

Run

Install dependencies bower and npm
bower install
npm install
gulp serve