> For the complete documentation index, see [llms.txt](https://book.softech.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.softech.cloud/master.md).

# React Native Tutorials

## A. Some useful websites

### References:

1. <https://flatuicolors.com>
2. <https://github.com/oblador/react-native-vector-icons>

## B. Expressjs

### B.1 References:

1. Offical Site: <https://expressjs.com>
2. Install CLI tool: <https://expressjs.com/en/starter/generator.html>
3. Basic Routing: <https://expressjs.com/en/starter/basic-routing.html>
4. Run server forever: <http://pm2.keymetrics.io/> (npm install pm2 -g)
5. Nodemon is a utility that will monitor for any changes in your source and automatically restart your server. Perfect for development (<https://nodemon.io>)

   **B.2 Step by step:**
6. Install CLI
7. Create a project with express tool
8. Run project: npm start&#x20;

## C. Firebase

1. <https://firebase.googleblog.com/2016/01/the-beginners-guide-to-react-native-and_84.html>

## Getting Super Powers

Becoming a super hero is a fairly straight forward process:

```
$ give me super-powers
```

{% hint style="info" %}
&#x20;Super-powers are granted randomly so please submit an issue if you're not happy with yours.
{% endhint %}

Once you're strong enough, save the world:

```
// Ain't no code for that yet, sorry
echo 'You got to trust me on this, I saved the world'
```
