|
1 | | -Steps to start the application and open webpage(Please setup mongodb and beckend services before): - |
2 | | -================================================================================================= |
3 | | -Step 1: - use below command in cmd: - |
4 | | - >> npm install |
5 | | - >> ng serve |
6 | | - |
7 | | -Step 2: - Open Google chrome and hit localhost:4200 |
8 | | - |
9 | | -step 3: - For convinience, I have already setup a test user to login. you can also create your own profile(signup) and start using application. |
10 | | - |
11 | | -Test User Details: - |
12 | | -================== |
13 | | - |
14 | | -Email: test@mail.com |
15 | | -password: welcome123 |
16 | | - |
17 | | - |
18 | | -Note: If you are facing error related to Angular Material, Consider doing below: - |
19 | | -1. ng add @angular/material |
20 | | - Note: select below options while installing: - |
21 | | - ? Choose a prebuilt theme name, or "custom" for a custom theme: Indigo/Pink |
22 | | - ? Set up global Angular Material typography styles? Yes |
23 | | - ? Set up browser animations for Angular Material? Yes |
| 1 | +Steps to start the application and open webpage(Please setup mongodb and backend services before): - |
| 2 | +================================================================================================= |
| 3 | +Step 1: - use below command in cmd: - |
| 4 | + >> npm install |
| 5 | + >> ng serve |
| 6 | +
|
| 7 | +Step 2: - Open Google Chrome and hit localhost:4200 |
| 8 | +
|
| 9 | +Step 3: - For convenience, I have already setup a test user to login. you can also create your own profile(signup) and start using application. |
| 10 | +
|
| 11 | +Test User Details: - |
| 12 | +================== |
| 13 | +
|
| 14 | +Email: test@mail.com |
| 15 | +password: welcome123 |
| 16 | +
|
| 17 | +
|
| 18 | +Note: If you are facing error related to Angular Material, Consider doing below: - |
| 19 | +1. ng add @angular/material |
| 20 | + Note: select below options while installing: - |
| 21 | + ? Choose a prebuilt theme name, or "custom" for a custom theme: Indigo/Pink |
| 22 | + ? Set up global Angular Material typography styles? Yes |
| 23 | + ? Set up browser animations for Angular Material? Yes |
0 commit comments