Trying out react & fela
Install all the packages
npm i
Run the page
npm run client
Run styleguidist
There are some problems with this, semi-works
npx styleguidist server
Run eslint tests
You will get some errors :D but that's ok (I haven't fixed all of them)
test: eslint .,
If you dont have npx
npm install -g npx