Its a webapplication to map a entity of a json datasource to a graph-structure.
- Make sure to have npm and bower installed.
- Install npm from here
- Use npm to install bower with
npm install -g bower
- 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
- Run
grunt connect:devServeror build it and rungrunt connect:server - Point your browser to http://localhost:8888