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
+25-17Lines changed: 25 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,35 +19,47 @@ This repository holds various materials, demos and instructions for my Node.JS c
19
19
## Preparation
20
20
As we meet in the classroom we wish to spend our precious time on interesting development challenges rather than machine setup. Make sure to prepare your machine aforehand. Should you encounter any issue - please open an issue within this repo and I'll be sure to assist shortly
21
21
22
-
### ✔ 1 Install Node.JS v8.9.x
23
-
Install Node.JS LTS (any 8.9.X version) [from this website](https://nodejs.org/en/) - just download and progress within the installation wizard
22
+
### ✔ 1 Install Node.JS LTS
23
+
Install Node.JS LTS (any 12.0.X version) [from this website](https://nodejs.org/en/) - just download and progress within the installation wizard
24
+
24
25
25
26
### ✔ 2 Ensure Node is installed correctly
26
-
Open your favourite terminal (Windows: command prompt) and type 'NPM verson'. The output should confirm that version 8.9.x is indeed installed
27
+
Open your favourite terminal (Windows: command prompt) and type 'NPM verson'. The output should confirm that version (e.g. 12.0) is indeed installed
27
28
28
29
### ✔ 3 Install IDE (editor)
29
30
I highly recommend using VSCode editor in the course as it's lightweight and has a very rich plugins eco-sysem that we might use during our excercise. Simply visit the [downloads site](https://code.visualstudio.com/download) and choose the edition that suits your operations system. You may opt for any other editor that supports Node debugging and intellisense
30
31
31
-
### ✔ 4 Install The following NPM packages
32
-
Most of our excercises rely on few popular backbone packages that we can install aforehand. Open your terminal (Windows: command prompt) and paste the following command:
Some of our excercises require to perform web requests, POSTMAN is a popular client tool for running HTTP requests. [Download page](https://www.getpostman.com/apps)
38
35
39
-
### ✔ 6 Polish Your JS Skills
36
+
### ✔ 5 Polish Your JS Skills
40
37
Learning Node requires to be familiar with Javascript. Beside mastering the basic principals of JS, it's recommended to get acquaintance with the following concepts that are highly related to Node.JS:
0 commit comments