web folder inside TodoList does not contain the nodeserver.js which throws an error.
This commit is contained in:
Pablo Espinosa 2019-10-07 17:36:57 +01:00 коммит произвёл Eric Traut
Родитель 4d9cc529b6
Коммит 89c3c1710b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -5,7 +5,7 @@
To test the web build, you can run a local web server in node.
### Node.JS
From a command line, go to the web directory and simply type:
From a command line, go to the TodoList directory and simply type:
```
node nodeserver.js
```