You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All components should be in Pascal Case (camel case starting with uppercase letter)
Other files including styles should be in Camel Case starting with lowercase letter
Test files should have the same name as the file followed by .spec.js
Setup Steps
Install nvm
Install node
Install dependencies, yarn
Ensure that Bahmni is running in the vagrant box and is accessible on ip 192.168.33.10.
Build implementer-interface - yarn run build
Start the webserver using yarn start. You can configure the same in intellij as well
Update the /etc/httpd/conf/httpd.conf file in vagrant box. Add these under the AddOutputFilterByType DEFLATE text/javascript Header set Access-Control-Allow-Origin "http://localhost:8080"Header set Access-Control-Allow-Methods "*"Header set Access-Control-Allow-Credentials "true"