We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d514c commit 07d9100Copy full SHA for 07d9100
README.md
@@ -1,18 +1,22 @@
1
# Material-design-Example-with-Angular-4
2
Before cloning the project, make sure you have Nodejs, npm and Angular CLi installed.
3
4
-See it [learn-and-create.djicodas.com](http://learn-and-create.djicodas.com).
5
-
6
First, clone the project:
7
```
8
-git clone https://github.com/DariosDjimado/Material-design-Example-with-Angular-2.git
+git clone https://github.com/AdnanShah/MEAN-Project.git
9
10
-then, install the packages using npm:
+
+then, check out to mainApp branch and install the packages using npm in both the folders(frontend and backend) :
11
12
13
npm install
14
15
-and start it by :
+and start the frontend by :
16
+```
17
+ng serve
18
19
+and backend by :
20
21
22
npm start
0 commit comments