frontend-tutorial-framework/README.md

12 lines
558 B
Markdown
Raw Normal View History

2018-03-30 21:42:56 +00:00
# frontend-tutorial-framework
2018-03-30 21:42:56 +00:00
This is the Angular frontend of TFW.
2018-03-30 21:42:56 +00:00
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.
2018-03-30 21:42:56 +00:00
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`.
2018-03-30 21:42:56 +00:00
## Running standalone with yarn
Simply execute `yarn start` in the project root.