Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 885a407

Browse files
authored
Update SETUP.md
1 parent 48004dc commit 885a407

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

week1/SETUP.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,22 @@ Follow the general Homework instructions for this.
1616
$ npm install --global babel-cli
1717
```
1818

19-
## Step 3 - Run the example from the direcory `week1`
19+
## Step 4 - Install npm packages
20+
21+
Go into the directory where you've cloned the repository, and go into the directory `week`
22+
23+
```
24+
$ cd <path-to-cloned-repo>
25+
$ cd week1
26+
```
27+
28+
Now install NPM packages for the application.
29+
30+
```
31+
$ npm install
32+
```
33+
34+
## Step 5 - Run the example from the direcory `week1`
2035

2136
```
2237
$ babel-node .

0 commit comments

Comments
 (0)