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