added references

This commit is contained in:
Nick Yeoman 2023-05-20 16:15:40 -07:00
parent 44413a17df
commit 0d2a782d14

View File

@ -14,3 +14,7 @@ Make sure the projectName is set correctly, it's very important.
1. Manually set Site Meta Description in [Administrator](http://localhost:8000/administrator)
1. Run ```sudo bash bin/finalize.sh```
## References
* [Develop a component](https://docs.joomla.org/J4.x:Developing_an_MVC_Component/Developing_a_Basic_Component)
* [Minimal component](https://joomla.stackexchange.com/questions/22176/minimal-basic-structure-for-a-frontend-joomla-component-without-using-joomla-mvc)