In this link https://sinnerschrader.github.io/aem-react project, below lines are used to create maven project:
mvn archetype:generate
-DarchetypeGroupId=com.sinnerschrader.aem.react
-DarchetypeArtifactId=aem-project-archetype
-DarchetypeVersion=10.2
But the components created by the above command is not working. How to create react components in AEM. Can you please share the complete documentation?