mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-01-15 18:51:56 +00:00
ce97228a51
Webide enhancements |
||
---|---|---|
e2e | ||
src | ||
.angular-cli.json | ||
.editorconfig | ||
.gitignore | ||
karma.conf.js | ||
package.json | ||
protractor.conf.js | ||
proxy.conf.json | ||
README.md | ||
tfw_magic_start.sh | ||
tsconfig.json | ||
tslint.json | ||
yarn.lock |
Tutorial Framework Frontend
Building and running with magic starter
Execute the tfw_magic_start.sh
script and it will automagically run a backend instance in Docker and serve the Angular frontend locally.
This requires the tutorial-framework-wip
and tutorial-framework-ng
repositories to have a common parent folder.
Running with yarn
Simply execute yarn start
in the project root.