hyperscript icon indicating copy to clipboard operation
hyperscript copied to clipboard

example index.html does not work

Open cs01 opened this issue 7 years ago • 0 comments

after cloning and opening index.html, the page is blank and the following errors are shown in the console:

Uncaught ReferenceError: require is not defined
    at index.js:1
index.html:15 Uncaught TypeError: h is not a function
    at index.html:15

cs01 avatar May 22 '17 14:05 cs01