React Native Tutorials

A. Some useful websites

References:

B. Expressjs

B.1 References:

  1. Offical Site: https://expressjs.com

  2. Run server forever: http://pm2.keymetrics.io/ (npm install pm2 -g)

  3. 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:

  4. Install CLI

  5. Create a project with express tool

  6. Run project: npm start

C. Firebase

Getting Super Powers

Becoming a super hero is a fairly straight forward process:

$ give me super-powers

Super-powers are granted randomly so please submit an issue if you're not happy with yours.

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'

Last updated