aholachek / react-animation-comparison

A tour of React animation libraries with a focus on developer experience
https://alex.holachek.com/react-animation-comparison
686 stars 38 forks source link

Can't run examples #3

Closed AntonioAsr closed 6 years ago

AntonioAsr commented 6 years ago

Hello,

I have tried to run this project but couldn't get it to work. I also refactor some code but didn't success to make it work. None of the npm commands in the package.json works for me... I runned npm install. Are these examples supposed to be executable or they are only there as code examples? Any guidelines on how to get it up and running would be great!

Thank you very much!

aholachek commented 6 years ago

Hi Antonio,

Thanks for pointing out this issue, I should have documented it. To run the examples you have to run storybook, I've added instructions at the bottom of the readme here

Please let me know if this doesn't work for you.

AntonioAsr commented 6 years ago

Hi aholacheck,

It works for me now :) Thanks for the early answer and the code examples. Great work!!

Antonio