User interface for datamodel editor
This project was generated with Angular CLI version 6.1.4.
npm install -g yarn
yarn install
Run npm start
for a dev server. Navigate to http://localhost:9001/
. The app will automatically reload if you change any of the source files.
yarn add foo-bar-x
To load example data to a local api/fuseki installation, run
npm run example-data
To load example data to a custom host and/or port
npm run example-data -- --host 127.0.0.1 --port 8084
Add localization keys to translation templates
Update pot file:
npm run create-translations
Add new keys and translations by using poedit "Update from pot file".
Run npm run build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run npm run test
to execute the unit tests via Karma.
Run npm run e2e
to execute the end-to-end tests via Protractor.