# OffshiftThis project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.1.## Install npm, angularYou need to install-[npm](https://www.npmjs.com/get-npm)-[Angular](https://www.npmjs.com/package/@angular/cli)## Configure projectAfter clone run `npm install` to install dependencies.## Development serverRun `npm run start` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload ifyou change any of the source files.## Code scaffoldingRun `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.## BuildRun `npm run build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `npm run build-prod` flag for a production build.## Further helpTo get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).