From 878a646339204da169d1eb0735be996a62b51fa3 Mon Sep 17 00:00:00 2001 From: arnabsarkar1998 <72158186+arnabsarkar1998@users.noreply.github.com> Date: Thu, 1 Oct 2020 00:20:40 +0530 Subject: [PATCH 1/2] Create README.md --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a64cd27 --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +# WebsiteProject +# QuizWebsite - An Amazing Project + +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0. + +## Development server + +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. + +## Code scaffolding + +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`. + +## Build + +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. + +## Running unit tests + +Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io). + +## Running end-to-end tests + +Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/). + +## Further help + +To 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). From b924cfff3783301f012485c73fb43b5c157c6982 Mon Sep 17 00:00:00 2001 From: arnabsarkar1998 <72158186+arnabsarkar1998@users.noreply.github.com> Date: Thu, 1 Oct 2020 00:21:11 +0530 Subject: [PATCH 2/2] Delete README.md --- quiz-website angular/README.md | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 quiz-website angular/README.md diff --git a/quiz-website angular/README.md b/quiz-website angular/README.md deleted file mode 100644 index 0360ce2..0000000 --- a/quiz-website angular/README.md +++ /dev/null @@ -1,27 +0,0 @@ -# QuizWebsite - -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0. - -## Development server - -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. - -## Code scaffolding - -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`. - -## Build - -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. - -## Running unit tests - -Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io). - -## Running end-to-end tests - -Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/). - -## Further help - -To 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).