berzniz / react-overdrive

Super easy magic-move transitions for React apps
https://react-overdrive.now.sh
MIT License
2.97k stars 85 forks source link

Demos in project are failing #52

Open roberthchapman opened 5 years ago

roberthchapman commented 5 years ago

Downloading the code, npm install is successful but npm start generates an error npm ERR! missing script: start. Looking in package.json at scripts listed, there is "standard" but npm run standard just generates an error. Any idea how to fix this?

Thanks, Rob

berzniz commented 5 years ago

Are you looking to use react-overdrive in your own project, or contribute to it?

  1. For using react-overdrive in your own project, just use npm install react-overdrive and follow the instruction in the readme

  2. For contributing, use npm run dev to run the development build and watch for code changes. Use npm run build to package it for production use

roberthchapman commented 5 years ago

As I said, I downloaded the code. So the idea initially is to try out the demos in the downloaded project but I can’t see how to get it to run without failing?

sida7med commented 5 years ago

just use "npm run dev" instead of "run start"

Le mer. 31 oct. 2018 à 22:22, roberthchapman notifications@github.com a écrit :

As I said, I downloaded the code. So the idea initially is to try out the demos in the downloaded project but I can’t see how to get it to run without failing?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/berzniz/react-overdrive/issues/52#issuecomment-434852442, or mute the thread https://github.com/notifications/unsubscribe-auth/AaJSYTdXPDmTqJsuVFaHkxMpkZfhSOdTks5uqhSQgaJpZM4YERfL .

berzniz commented 5 years ago

@roberthchapman which of the demos did you try running? You'll have to cd into their folder and read the README.md for each one for instructions