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"
Header set Access-Control-Allow-Methods "*"
** Header set Access-Control-Allow-Credentials "true"
service httpd restart
为了通过在Docker上运行Bahmni来设置实现者接口的开发环境,请在观察模式下运行构建