This project is an example that shows how to develop a RemoteViz application using TypeScript and Angular. This project was generated with Angular CLI version 1.7.3.
This README file explains how to build and run the project step by step.
You need to ensure you have a few dependencies installed:
npm install -g @angular/cli
The project uses 3rd-party libraries. These libraries must be installed to build and run the project.
From the project folder, open a console and run npm install
. The libraries are stored in the node_modules folder inside the project folder.
Build and run the ClientWorkbench rendering service.
Run ng serve
for a development server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the -prod
flag for a production build.