A test to prove my skills using Angular 6.
https://github.com/kumibrr/shop-test.git
This project was generated with Angular CLI version 6.2.9.
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.
Run ng test to execute the unit tests via Karma.
To run the e2e tests we need to download the latest binary of Cypress from their website as the version of node used in this project is not supported by the latest version of cypress.
https://docs.cypress.io/guides/getting-started/installing-cypress#Direct-download
And then execute the binary and follow on-screen instructions.
To get more help on the Angular CLI use ng help or go check out the Angular CLI README.