docs: Update restful server example README file

Closes https://github.com/espressif/esp-idf/issues/13230
This commit is contained in:
Harshit Malpani
2024-02-28 16:51:15 +05:30
parent 28b4ad2b53
commit 1b7d8fafc5

View File

@@ -88,6 +88,7 @@ cd path_to_this_example/front/web-demo
npm install
npm run build
```
> **_NOTE:_** This example needs `nodejs` version `v10.19.0`
After a while, you will see a `dist` directory which contains all the website files (e.g. html, js, css, images).