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
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,10 +26,22 @@ Code snapshots (which you find in `/code`) are there for you to compare your cod
26
26
27
27
You can either view my code directly here on Github (you can open + view code files without issues here) or you download the snapshots.
28
28
29
+
The subfolders in the `/code` folder are named such that mapping them to the course lectures is straightforward.
30
+
29
31
### Downloading code snapshots
30
32
31
33
You can download all the content of a branch via the "Code" button here on Github. You can then either [clone](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository) the repository or simply download the selected branch content as a ZIP file.
32
34
33
35
**Important:** You always download the **entire branch content!**
34
36
35
-
You can then dive into the interesting folders (e.g. the individual code snapshots) locally on your hard drive.
37
+
You can then dive into the interesting folders (e.g. the individual code snapshots) locally on your hard drive.
38
+
39
+
### Running the attached code
40
+
41
+
You can use the attached code simply to compare it to yours. But you can also run it.
42
+
43
+
To run my code, navigate into a specific code snapshot folder via the `cd` command in your command prompt or terminal first.
44
+
45
+
Then run `npm install` to install all required dependencies (this will create a `/node_modules` folder).
46
+
47
+
**Important:** If you're using the code for a module that requires API keys or a backend (e.g. the module about sending Http requests), you'll have to use **your backend URLs** or API keys. Mine won't work (I disabled my projects).
0 commit comments