mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-05 23:31:20 +00:00
17 lines
562 B
Markdown
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...
|