docs(examples): add Dockerfiles and usage docs for demo, simple, and tutorial apps #10768
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
The
examples/demo,examples/simple, andexamples/tutorialinreact-admindid not support Docker, requiring users to manually install dependencies and configure each project. This was inconvenient, especially for DevOps users or beginners.Solution
I have added Docker support and documentation to all three examples:
Dockerfilefor each exampleREADME.mdexplaining how to build and run the example using DockerThis makes it easy for anyone to quickly run any example in a containerized environment.
Changes Summary
examples/demo/Dockerfileexamples/demo/README.mdexamples/simple/Dockerfileexamples/simple/README.mdexamples/tutorial/Dockerfileexamples/tutorial/README.mdScreenshots
Simple App
Demo App
Tutorial App
Checklist