This is Frontend application created with Angular CLI version 10.0.5.
This is a front-end application which would help users to list and browse all launches by SpaceX program. It's fully responsive application, can be fit to any screen size.
- Install node version ^10
- Install Angular CLI version 10.0.5
- Clone repository -
https://github.com/abhishekk-raj/SpaceXProgram.git
- Goto project directory -
cd SpaceXProgram
- Install dependencies -
npm install
- Run command
npm run start
to run the project - Run command
npm run lint
to test linting issues