You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+30-1
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ exercises as wanted.
78
78
79
79
### Materials
80
80
81
-
1. You will need to install [Node.JS](https://nodejs.org/en/) (NVM is strongly recommended - [Unix](https://github.com/creationix/nvm#installation)/[Windows](https://github.com/coreybutler/nvm-windows))
81
+
1. You will need to install [Node.JS](https://nodejs.org/en/) (Version 8) (NVM is strongly recommended - [Unix](https://github.com/creationix/nvm#installation)/[Windows](https://github.com/coreybutler/nvm-windows))
82
82
83
83
2. The recommended IDE is [Visual Studio Code](https://code.visualstudio.com/). However, you can use any IDE of your preference.
Look into [`src/week1/day4-5`](src/week1/day4-5) in there there're some `js` files. Those 2 are Node.js apps, they don't work as you would expect from any other `.js` file.
284
+
You will need to use the command line:
285
+
```
286
+
luca.sartori@AR-IT12688:~/bootcamps/ui$
287
+
```
288
+
That's your Command Line Interface, know your CLI, love your CLI, **BE** your CLI. A developer is defined by it's tools, and you will want this one on your side.
289
+
290
+
You'll need to navigate to `src/week1/day4-5`
291
+
```
292
+
luca.sartori@AR-IT12688:~/bootcamps/ui$ cd src/week1/day4-5/
293
+
```
294
+
If you excecute a `ls` command you'll se the contents on the CLI
295
+
```
296
+
luca.sartori@AR-IT12688:~/bootcamps/ui/src/week1/day4-5/$ ls
0 commit comments