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

Skip to content

Commit 48004dc

Browse files
authored
Create SETUP.md
1 parent 1b6ebc6 commit 48004dc

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

week1/SETUP.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Set up
2+
3+
Follow the instructions in this file to set up your environment.
4+
5+
## Step 1 - Install Node
6+
7+
Depending on your platform, install node either through an installer (Windows) or through `nvm` (Mac OS X)
8+
9+
## Step 2 - Fork the repository and clone it to your hard drive
10+
11+
Follow the general Homework instructions for this.
12+
13+
## Step 3 - Install `babel-cli`
14+
15+
```
16+
$ npm install --global babel-cli
17+
```
18+
19+
## Step 3 - Run the example from the direcory `week1`
20+
21+
```
22+
$ babel-node .
23+
```

0 commit comments

Comments
 (0)