https://github.com/thinkmill/reacteu-app
ReactEurope TouchstoneJS Mobile App
https://github.com/thinkmill/reacteu-app
Last synced: 8 months ago
JSON representation
ReactEurope TouchstoneJS Mobile App
- Host: GitHub
- URL: https://github.com/thinkmill/reacteu-app
- Owner: Thinkmill
- License: mit
- Created: 2015-07-02T23:22:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-31T11:06:35.000Z (over 9 years ago)
- Last Synced: 2025-06-22T09:58:25.653Z (8 months ago)
- Language: Java
- Homepage: http://thinkmill.com.au/react-europe
- Size: 11.2 MB
- Stars: 161
- Watchers: 41
- Forks: 51
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ReactEU Mobile App
ReactEurope Mobile App, built with [TouchstoneJS](http://touchstonejs.io)
Full Instructions and documentation coming as soon as we can publish them after the conference :)
### Instructions
Build/run in the browser
``` bash
git clone git@github.com:Thinkmill/reacteu-app.git
cd reacteu-app
npm install
npm start
```
or, Build/run on Android -- **requires** cordova and the Android SDK to be installed
``` bash
git clone git@github.com:Thinkmill/reacteu-app.git
cd reacteu-app
npm install
npm run build
cordova platform add android
cordova run android
```
## License
Copyright (c) 2015 Thinkmill. Made available under The MIT License (MIT).