tylermcginnis / re-base

:fire: A Relay inspired library for building React.js + Firebase applications. :fire:
2.13k stars 143 forks source link

npm start is not happening #251

Closed alpeshrpatel closed 6 years ago

alpeshrpatel commented 6 years ago

Please let me know how to start application.

npm start is not working.

npm@5.6.0 /usr/local/lib/node_modules/npm alpeshpatel@ALPESHs-MacBook-Pro.local:~/workspace/javascript/react/re-base$npm start npm ERR! missing script: start

npm ERR! A complete log of this run can be found in: npm ERR! /Users/alpeshpatel/.npm/_logs/2018-03-11T21_35_21_190Z-debug.log

joshuaalpuerto commented 6 years ago

Hi @alpeshrpatel, what are you trying to do here exactly? It seems it doesn't have npm start under package.json

Are you trying to contribute? https://github.com/tylermcginnis/re-base#contributing

alpeshrpatel commented 6 years ago

Nope .Just want to run app locally and use it for my app. Can you please pass me package.json with npm start ?

joshuaalpuerto commented 6 years ago

You might want to go to the /examples folder to run one of the examples provided by this repo.

qwales1 commented 6 years ago

@alpeshrpatel as @joshuaalpuerto said the examples folder will be helpful to get started with this library. clone this repository and then cd examples/firebase/chat-app && npm install && npm start for example to start playing with it. Then when you want to pull it into your app npm install re-base --save from your app and take a look at how there example intializes re-base here