Skip to content

Commit 4c7a5e7

Browse files
committed
added: readme
1 parent fb5cf81 commit 4c7a5e7

File tree

5 files changed

+73
-2
lines changed

5 files changed

+73
-2
lines changed

angularjs-common/readme.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# How to run it?
2+
3+
## First step
4+
5+
```
6+
npm install total.js
7+
```
8+
9+
## Second step
10+
11+
```
12+
node index
13+
```
14+
15+
Open browser: <http://127.0.0.1:8000>
Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
1-
# IMPORTANT
1+
# How to run it?
2+
3+
## First step
24

35
```
6+
npm install total.js
47
npm install mongoose
5-
```
8+
```
9+
10+
## Second step
11+
12+
```
13+
node index
14+
```
15+
16+
Open browser: <http://127.0.0.1:8000>

angularjs-routing/readme.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# How to run it?
2+
3+
## First step
4+
5+
```
6+
npm install total.js
7+
```
8+
9+
## Second step
10+
11+
```
12+
node index
13+
```
14+
15+
Open browser: <http://127.0.0.1:8000>

angularjs-websocket/readme.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# How to run it?
2+
3+
## First step
4+
5+
```
6+
npm install total.js
7+
```
8+
9+
## Second step
10+
11+
```
12+
node index
13+
```
14+
15+
Open browser: <http://localhost:8000>

angularjs/readme.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# How to run it?
2+
3+
## First step
4+
5+
```
6+
npm install total.js
7+
```
8+
9+
## Second step
10+
11+
```
12+
node index
13+
```
14+
15+
Open browser: <http://127.0.0.1:8000>

0 commit comments

Comments
 (0)