This project was generated with Angular CLI version 10.0.2.
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.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.
1.) Extract the zip file to a suitable folder.
2.) Navigate to the project folder and install angular cli by npm install -g @angular/cli@latest
3.) Run npm install
3.) Install angular material by npm install -g @angular/cli@latest --save
4.) Install cdk by npm install -g @angular/cli@cdk --save
5.) npm install --save @angular/animations@latest
6.) npm install --save hammerjs@latest
7.) npm install --save @angular/flex-layout@latest
8.) In the main folder, you can see a zip file named database.zip.
9.) In the terminal install json server by npm install json-server -g.
10.) Now go to the json server folder and extract the database.zip file here.
11.) Configure the server by typing json-server --watch db.json -d 2000 from the json-server folder.
12.) Now go to your project location within terminal and apply ng serve --open