Thanks for all your work on this repo. The typo in package.json prevents the react and react-dom packages from installing, which prevents the sample app from working.
This PR fixes the installation dependencies. It might be worth adding an npm install step to the Building section of the Readme file. btw, npm test doesn't work right now. I can create PRs for those issues if it's helpful
Thanks for all your work on this repo. The typo in package.json prevents the
react
andreact-dom
packages from installing, which prevents the sample app from working.This PR fixes the installation dependencies. It might be worth adding an
npm install
step to theBuilding
section of the Readme file. btw,npm test
doesn't work right now. I can create PRs for those issues if it's helpful