Go to file
Kristóf Tóth a10b772ac5 Rewrite README 2018-03-30 23:42:56 +02:00
e2e chore: initial commit from @angular/cli 2017-12-14 11:03:30 +01:00
src Readd resetAutoSaveCountDown for more deterministic saving ops 2018-03-30 23:04:31 +02:00
.angular-cli.json Using global CSS and shadow DOM CSSs as well 2018-03-07 17:22:28 +01:00
.editorconfig chore: initial commit from @angular/cli 2017-12-14 11:03:30 +01:00
.gitignore chore: initial commit from @angular/cli 2017-12-14 11:03:30 +01:00
README.md Rewrite README 2018-03-30 23:42:56 +02:00
karma.conf.js chore: initial commit from @angular/cli 2017-12-14 11:03:30 +01:00
package.json Add proxy config to yarn start 2018-03-02 13:33:03 +01:00
protractor.conf.js chore: initial commit from @angular/cli 2017-12-14 11:03:30 +01:00
proxy.conf.json Add proxy configuration to ease development 2018-02-01 16:35:00 +01:00
tsconfig.json chore: initial commit from @angular/cli 2017-12-14 11:03:30 +01:00
tslint.json chore: initial commit from @angular/cli 2017-12-14 11:03:30 +01:00
yarn.lock Upgrade xterm to 3.1 2018-02-15 14:07:11 +01:00

README.md

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.