Created Main repositories (markdown)

ni-richard 2019-09-17 05:31:51 +02:00
parent c69654696f
commit 8fad3d2fdd

12
Main-repositories.md Normal file

@ -0,0 +1,12 @@
## [baseimage-tutorial-framework](https://github.com/avatao-content/baseimage-tutorial-framework)
This is the beating heart of TFW the Docker baseimage containing the internals of the framework. It's most important element is the robust messaging system that makes it straightforward to implement interactive exercises.
## [frontend-tutorial-framework](https://github.com/avatao-content/frontend-tutorial-framework)
This is the Angular frontend of TFW. The main exposed features are our pre-implemented components based on the `src/app/services/websocket.service.ts` service.
This service provides an *RxJS* based communication API to the framework backend (TFW server and event handlers). Another useful features are a bunch of pre-designed layouts and dynamic switching between them.
# [test-tutorial-framework](https://github.com/avatao-content/test-tutorial-framework)
This is an example playground project built via TFW. It is a good starting point to build your own challenges from. It also gives home to several useful scripts in the hack folder to speed up development.