The TGG Editor has a frontend and a backend component.
The backend component is developed with Nodejs express
The frontend component was generated with Angular CLI version 1.0.2.
- Node.js (>v6.0)
- joint.js (>v2.0.0)
- angular-cli (1.0.2)
Run npm install
to install all dependencies
Run npm run backend
for running the backend server. It will run on http://localhost:8080
.
Run npm run frontend
for a dev server. Navigate to . The app will automatically reload if you change any of the source files.
It will automatically redirect all HTTP requests targeting http://localhost:4400/
to the backend.
./start_fuseki.sh
./start_example.sh
Start Browser with: http://localhost:8080/
...and have fun
Angular Example: http://localhost:4400/
ng build --environment prod
# frontend code is deployed to 'dist'