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