mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-01-15 18:51:56 +00:00
e2e | ||
src | ||
.angular-cli.json | ||
.editorconfig | ||
.gitignore | ||
karma.conf.js | ||
package.json | ||
protractor.conf.js | ||
proxy.conf.json | ||
README.md | ||
tsconfig.json | ||
tslint.json | ||
yarn.lock |
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.