nvm install 12
nvm use 12
yarn install
yarn run build
yarn build --watch
yarn start
啟動Web服務器。您也可以在Intellij中配置相同/etc/httpd/conf/httpd.conf
文件。將它們添加到AddOutputFilterByType DEFLATE text/javascript
Header set Access-Control-Allow-Origin "http://localhost:8080"
標頭Header set Access-Control-Allow-Credentials "true"
service httpd restart
為了通過在Docker上運行Bahmni來設置實現者接口的開發環境,請在觀察模式下運行構建