✨ This workspace has been generated by Nx, a Smart, fast and extensible build system. ✨
- run
npm run startcommand - Open your browser and navigate to http://localhost:4200/
- Open
apps/backbase-react/src/environments/environment.tsfile and updateskipLogin: falsetoskipLogin: true - run
npm run run:mockscommand - Open your browser and navigate to http://localhost:4200/
- Open
apps/backbase-react/src/environments/environment.tsfile and setskipLogin: false - run
npm run mock-servercommand - run
npm run run:dockercommand - Open your browser and navigate to http://localhost:4200/
- run
openapi-generator-cli generate -i api.yaml -g typescript-rxjs -o ./tmpcommand
- If you face any issues while running the docker, run
colima stopandcolima startcommand. If previous commands does not solve the issue, runcolima deleteandcolima startcommand. - If process is already running on 4200 or 9999 port, run
lsof -i :9999orlsof i :4200command, copy PID from output and runkill -9 <<PID>>command. Replace<<PID>>with actual PID.