This project was generated with Angular CLI version 9.0.3.
##Clone Application
- git clone https://github.com/Dixit199213bafna/FlightSearchApp.git
- cd flight-search-application
- npm install
- npm start
Run
npm start
for a dev server. Navigate tohttp://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run npm test
to execute the unit tests via Karma.
- npm install -g testcafe
- Run
npm run e2e-test
to execute the end-to-end tests via TestCafe.