Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 855 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 855 Bytes

GraphBuilder#

Codacy Badge

Its a webapplication to map a entity of a json datasource to a graph-structure.

How to install the App?

  1. Make sure to have npm and bower installed.
    • Install npm from here
    • Use npm to install bower with npm install -g bower
  2. Install dependencies.
    • navigate to the client-folder
    • make sure package.json and bower.json are present
    • make sure git is installed to install the dependecies properly. Check it with git --version
    • Run npm install
    • Run bower install
  3. Run grunt connect:devServer or build it and run grunt connect:server
  4. Point your browser to http://localhost:8888