A web frontend for labgrid in cooperation with MLE.
See python-wamp-client for further information.
For a quick start you can copy the content of labgrid-web-client/dist and host it on a web server. The dist folder contains a pre-built version of the web frontend.
Run npm run start
to start a development server. Then navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Before creating a new pull request you should run npm run lint
. This triggers ESLint and Prettier and directly fixes all discovered problems. Additionally, every time a file is saved Prettier is called to guarantee high code quality.
Run npm run build
to build the project. The build artifacts will be stored in the dist/
directory.
Run npm run test
to execute the unit tests via Karma.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.