android-js/androidjs

Readme example build fails

rocket-pig opened this issue · 1 comments

Describe the bug
First example build suggested to try is:

git clone https://github.com/android-js/sample-app

cd chat-app

npm install androidjs b -f

To begin with it says chat-app where the actual name is sample-app

Secondly androidjs immediately fails with can not find package.json

To Reproduce
Steps to reproduce the behavior:

  1. Go to main project page
  2. Run the code listed as a demo

Just change above to

git clone https://github.com/android-js/sample-app

cd sample-app

cd chat-app

npm install androidjs b -f

The demo shouldnt fail... easy fix.