Update Semester 1 authored by De Wael Mattias's avatar De Wael Mattias
......@@ -20,7 +20,7 @@ No special actions required for the first few weeks.
# Web Development Fundamentals
### WebStorm
### Browsers and WebStorm
- Browsers (see [General Software > Browsers](General-Software#browsers))
- Git (see [General Software > Git](General-Software#git))
......@@ -49,10 +49,11 @@ No special actions required for the first few weeks.
# Programming Fundamentals TODO naar webstorm?
### WebStorm
### WebStorm and NodeJS
- Git (see [General Software > Git](General-Software#git))
- Jetbrains - WebStorm (see [Semester 1 > Web Development Fundamentals](#webStorm1); download, install and configure SSH-keys)
- 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.
### Demo code TODO:
......
......