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
+3-3
Original file line number
Diff line number
Diff line change
@@ -61,16 +61,16 @@ Source code of **Learning JavaScript Data Structures and Algorithms** book, thir
61
61
## Installing and running the book examples With Node
62
62
63
63
* Install [Node](https://nodejs.org)
64
-
* Open terminal/cmd and change directoty to this project folder: `cd /Users/.../javascript-datastructures-algorithms` (Linux/Max) or `cd C:/.../javascript-datastructures-algorithms`
65
-
* run `npm install` to install all depencies
64
+
* Open terminal/cmd and change directory to this project folder: `cd /Users/.../javascript-datastructures-algorithms` (Linux/Max) or `cd C:/.../javascript-datastructures-algorithms`
65
+
* run `npm install` to install all dependencies
66
66
* To see the examples, run `http-server html` or `npm run serve`. Open your browser `http:\\localhost:8080` to see the book examples
67
67
* Or `cd html/chapter01` and run each javascript file with node: `node 02-Variables`
68
68
69
69
## Running the examples in the browser
70
70
71
71
* Right click on the html file you would like to see the examples, right click and 'Open with Chrome (or any other browser)'
72
72
73
-
* Or open the `examples/index.html` file to easily nagivate through all examples:
73
+
* Or open the `examples/index.html` file to easily navigate through all examples:
0 commit comments