@@ -35,6 +35,7 @@ No special actions required for the first few weeks.
...
@@ -35,6 +35,7 @@ No special actions required for the first few weeks.
- Git (see [General Software > Git](General-Software#git))
- Git (see [General Software > Git](General-Software#git))
- Jetbrains - WebStorm (see [Semester 1 > Web Development Fundamentals](#webStorm) You need to install **and configure** WebStorm the exact same way as for Web Development. You only need to do this once.
- Jetbrains - WebStorm (see [Semester 1 > Web Development Fundamentals](#webStorm) You need to install **and configure** WebStorm the exact same way as for Web Development. You only need to do this once.
- NodeJS: Download and install. The LTS version (long term support) is perfect. [download](https://nodejs.org/en/download/) Installation should be straight forward. To verify your installation, open a terminal (command line) and type *node* and hit enter. If you see *"Welcome to Node.js"* you are ready to proceed.
- NodeJS: Download and install. The LTS version (long term support) is perfect. [download](https://nodejs.org/en/download/) Installation should be straight forward. To verify your installation, open a terminal (command line) and type *node* and hit enter. If you see *"Welcome to Node.js"* you are ready to proceed.
- Restart WebStorm after the installation of NodeJS.