OPERA's Bach UI repository
Prerequisites:
- npm (see
.nvmrcfile for recommended version). Install usingnpm install.
Recommended:
- nvm. use
nvm installfrom the project root directory to install the recommendednpmversion as needed.
Steps:
-
Ensure
webpack.config.jscan execute without error. Do this by fixing the referenced required package inwebpack.config.jsusing the following command.cp src/config/index.dev.template.js src/config/index.js -
Run the application using
npm run build.