mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-01-15 23:41:55 +00:00
12 lines
558 B
Markdown
12 lines
558 B
Markdown
# 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.
|