Skip to content
Vad1mo edited this page Oct 8, 2014 · 8 revisions

Setup

clone a branch to zwebapp

Pre-condition

On you system you should have or install following.

  • NODE.js

  • NPM

  • npm install -g gulp

  • npm install -g bower

All example are command line based to make it easy to setup everything.

Checkout and build

git clone https://github.com/z-invoice/zwebapp.git zwebapp
cd zwebapp
bower install
npm install

Compile code and run application

Clone this wiki locally