#Uppsala.js-NativeScript-demo
This repo contains what was demonstrated on Uppsala.js, September 17, 2015.
Together we built a Reddit reader with NativeScript.
The presentation (PDF) can be found here.
If you want to, you have this code in front of you when you watch the recorded meetup this code was created at (YouTube)
Installe NativeScript and all dependencies. Please follow the getting started guide.
# Clone this repo
git clone https://github.com/emiloberg/Uppsala.js-NativeScript-demo.git
# Install dependencies
npm install
# Add iOS and Android Platforms
tns platform add ios
tns platform add android
# Run, e.g.
tns deploy android --device 1 # Tethered actual android device
tns emulate ios --device iPhone-5 # iOS emulator
Feel free to contact me:
- Twitter: @emiloberg.
- Email: firstname.lastname@gmail.com or @monator.com
- Phone: 0739-85 25 85
- Google Chat: Same as email
- Occationally Skype: emil.oberg
// Emil Oberg