I'm trying to install a searchkit demo "IMDB Search Demo": http://searchkit.co/demos
I copied the contents of: https://github.com/searchkit/searchkit-demo to a folder on my Desktop
I installed nodejs, went into that folder in cmd, typed "npm install" and "npm start"
There is a ridiculously large list of errors that say for example:
ERROR in ./src/index.tsx
(2,24): error TS2307: Cannot find module 'react'.
and at the end:
webpack: Failed to compile
I then used "npm i -S react" to install react myself.
npm start: same error messages.
At localhost:3000 there opens a webpage that says "Sample App" in the header, but the page is blank white.
Do you have any Idea why this does not work? I tried it on ubuntu: same result, so i guess I'm missing something important.
Thanks.