Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/igorlima/6th-femug-2017
A walk through react native: powering the next generation of JS apps.
https://github.com/igorlima/6th-femug-2017
appbaseio firebase javascript js react-native
Last synced: about 2 months ago
JSON representation
A walk through react native: powering the next generation of JS apps.
- Host: GitHub
- URL: https://github.com/igorlima/6th-femug-2017
- Owner: igorlima
- Created: 2017-04-19T01:23:21.000Z (over 7 years ago)
- Default Branch: gh-pages
- Last Pushed: 2020-07-23T00:16:32.000Z (over 4 years ago)
- Last Synced: 2024-10-14T22:50:50.273Z (3 months ago)
- Topics: appbaseio, firebase, javascript, js, react-native
- Language: HTML
- Homepage: https://igorlima.github.io/6th-femug-2017/
- Size: 584 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [6º FEMUG-MG](https://www.meetup.com/FEMUG-MG/events/239132831/)
A walk through React Native: powering the next gen of JS apps.This talk is a quick overview of React Native to understand the basic structure to develop a cross-platform mobile application without having to worry about Android and iOS languages. Also, React Native allows us to focus on what JavaScript developers like - code only in JS. Best of all, the application has almost the same performance as a native application. Besides that, this talk shows a real example that will be published soon on Google Play and App Store. Plus another practical example, as homework to boost the learning.
Enjoy and take advantages.
## local http static server
To run an ad hoc [http static server](https://gist.github.com/willurd/5720255) in current (or specified) directory, available at `http://localhost:8000`
```sh
python -m SimpleHTTPServer 8000
```