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.jsandsystem.src.jsfrom thenode_modulesfolder intowww/lib - Copy
typeorm-browser.jsfrom 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