baseimage-tutorial-framework/README.md
2018-03-23 15:24:30 +01:00

17 lines
562 B
Markdown

Tutorial Framework
==================
## 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 `test-tutorial-framework` (Docker image `FROM baseimage-tutorial-framework`) and `frontend-tutorial-framework` repositories to have a common parent folder.
## Building with Docker
Simply issue `docker build -t baseimage-tutorial-framework .` in the project root.
## Creating child images
Documentation in progress...