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
[Report an issue](//github.com/nuejs/nue/issues)
27
26
28
27
29
28
### Examples
30
29
31
-
Examples are under [demo folder](//github.com/nuejs/nue/tree/dev/packages/hyper/demo/). To run the examples locally go to nue-hyper folder and execute a local web server in there. For example:
30
+
Examples are under [demo folder](//github.com/nuejs/nue/tree/master/packages/hyper/demo/). To run the examples locally go to nue-hyper folder and execute a local web server in there. For example:
32
31
33
32
```
34
33
cd nue-hyper
35
34
36
35
python3 -m http.server
37
36
```
38
37
39
-
And you'll have the examples running at: http://localhost:8000/examples/
38
+
And you'll have the examples running at: http://localhost:8000/demo/
0 commit comments