To configure the application create conf.yaml
file which overwrites the settings from conf.default.yaml
.
- run
npm install
to install all dependencies - run
npm run build
to compile the project - all build files (including
index.html
) are indist/
directory (set this directory as Apache's DocumentRoot)