An updated version of this project is now at typeorm/cordova-example
This is a simple app to demonstrate the usage of TypeORM in Cordova.
- Cordova: Install Cordova as a global node module:
npm install -g cordova
- Download all node dependencies:
npm install
- Copy
Reflect.js
andsystem.src.js
from thenode_modules
folder intowww/lib
- Copy
typeorm-browser.js
from my fork by downloading and building the app (for now, until it is merged)
Run tsc
followed by cordova run android
or cordova run ios