Skip to content

Commit 07d9100

Browse files
committed
readme added
1 parent 73d514c commit 07d9100

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
# Material-design-Example-with-Angular-4
22
Before cloning the project, make sure you have Nodejs, npm and Angular CLi installed.
33

4-
See it [learn-and-create.djicodas.com](http://learn-and-create.djicodas.com).
5-
64
First, clone the project:
75
```
8-
git clone https://github.com/DariosDjimado/Material-design-Example-with-Angular-2.git
6+
git clone https://github.com/AdnanShah/MEAN-Project.git
97
```
10-
then, install the packages using npm:
8+
9+
then, check out to mainApp branch and install the packages using npm in both the folders(frontend and backend) :
1110

1211
```
1312
npm install
1413
```
15-
and start it by :
14+
and start the frontend by :
15+
16+
```
17+
ng serve
18+
```
19+
and backend by :
1620

1721
```
1822
npm start

0 commit comments

Comments
 (0)