- Install NodeJs
- npm install -g less
- npm install -g less-watch-compiler
- npm install
- npm run build-css
- start less-watch-compiler
- npm run start
npm run test
- Use VS Code
- Press F5
- create/edit file .env in main directory
- add following env variables
REACT_APP_mobileManagerApi='http://mm_ip_addr:mm_port/api/v1'
REACT_APP_mobileManagerServerUrl='http://mm_ip_addr:mm_port'
REACT_APP_ENV='production'