mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-01-15 19:01:56 +00:00
Rewrite README
This commit is contained in:
parent
635d83e1b3
commit
a10b772ac5
12
README.md
12
README.md
@ -1,13 +1,11 @@
|
||||
Tutorial Framework Frontend
|
||||
===========================
|
||||
# frontend-tutorial-framework
|
||||
|
||||
## Building and running with magic starter
|
||||
This is the Angular frontend of TFW.
|
||||
|
||||
Execute the `tfw_magic_start.sh` script and it will automagically run a backend instance in Docker and serve the Angular frontend locally.
|
||||
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.
|
||||
|
||||
This requires the `tutorial-framework-wip` and `tutorial-framework-ng` repositories to have a common parent folder.
|
||||
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 with yarn
|
||||
## Running standalone with yarn
|
||||
|
||||
Simply execute `yarn start` in the project root.
|
||||
|
Loading…
Reference in New Issue
Block a user