Wiki Spaces
Documentation
Projects
Resources
Get Help from Others
Q&A: Ask OpenMRS
Discussion: OpenMRS Talk
Real-Time: IRC Chat | Slack
...
Follow the options in the Yeoman generator in order to scaffold the app. Depending on your setup options it might look something like this when you are done:
Ensure that the APP_ENTRY_POINT
inside webpack.config.js
is set to the proper location of your OWA's index.html
. Congratulations, you have successfully scaffolded your app!
...
If you're building your OWA with Angular, all code should be inside components and designed in a modular manner. This will help facilitate an upcoming migration to a more recent version of Angular.
...