Skip to content

Mari0/GraphBuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published