frontend-tutorial-framework/README.md

14 lines
430 B
Markdown
Raw Normal View History

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.