Skip to content

SIT-DigiCre/ShibaurasaiApp

Repository files navigation

Shibaurasai App

Build Status

Shibaurasai Navigation Application made with React on Cordova.

How to Build

Run as SPA(Single Page Application)

requiremtns

  • 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.

Run as Android App

You have to set up Android Development Environment.

$ npm instal -g cordova
$ cd path/to/this/repository
$ cordova platform add android
$ cordova run android