Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```