- Git - https://git-scm.com/downloads
- NPM - https://www.npmjs.com/get-npm
- Idea (optional)
- please check Settings | Editor | Code Style | TypeScript | Spaces | Within | ES6 import/export braces
- Checkout code from the repository:
git clone https://github.com/xm-online/xm-webapp
cd xm-webapp/
- Add extensions (optional):
cd src/app/ext/
git clone <repo with extension>
- Change API endpoint in the file
proxy.conf.js
(optional): value for the parametertarget
- Install all dependencies:
npm install
- Build i18n resources and register extensions (optional):
npm run prebuild
- Start web application:
npm start