mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-01-16 00:11:55 +00:00
14 lines
430 B
Markdown
14 lines
430 B
Markdown
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.
|