[go: nahoru, domu]

Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 396 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 396 Bytes

react-fela-test

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