pubkey / rxdb

A fast, local first, reactive Database for JavaScript Applications https://rxdb.info/
https://rxdb.info/
Apache License 2.0
21k stars 1.02k forks source link

React example dont work #124

Closed sergeysova closed 7 years ago

sergeysova commented 7 years ago

Case

I can't run react example

Info

Steps

git clone git@github.com:pubkey/rxdb.git
cd rxdb/examples/react
npm install
npm start

image

pubkey commented 7 years ago

I think you forgot step 2 and 3 of the readme

Please reopen if this does not help

sergeysova commented 7 years ago

Oh yes. Thank you