Shibaurasai Navigation Application made with React on Cordova.
- node
- developer environment : v7.10.0
- git
- developer environment : 2.11.0
$ git clone git@github.com:SIT-DigiCre/ShibaurasaiApp.git
$ cd ShibaurasaiApp
$ npm install
$ npm start
And Access to http://localhost:8080/www/ on your browser. I tested only Chrome.
You have to set up Android Development Environment.
$ npm instal -g cordova
$ cd path/to/this/repository
$ cordova platform add android
$ cordova run android