Frontend for GraphWiki project.
See final thesis.
Following tools must be installed:
Tool | Version |
---|---|
Node.js | 12.14.1 |
npm | 6.13.4 |
For application configuration, see configuration files (environment*.ts).
npm install
npm run build
Application can be run with following environments:
- local - environment for development
npm start
- production - environment for VM deployment
npm run start:production
See Jenkinsfile and Dockerfile.
See license.