frontend-tutorial-framework/README.md
2018-03-30 23:42:56 +02:00

12 lines
558 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# frontend-tutorial-framework
This is the Angular frontend of TFW.
The main component it exposes is the `src/app/services/websocket.service.ts` service providing an RxJS based communication API with the framework backend and several pre-implemented components for you to used based on it.
To learn more about the framework see the `baseimage-tutorial-framework` repo. For more on building and running TFW (not just the frontend) consult `test-tutorial-framework`.
## Running standalone with yarn
Simply execute `yarn start` in the project root.