React Native Tutorials
A. Some useful websites
References:
B. Expressjs
B.1 References:
Offical Site: https://expressjs.com
Install CLI tool: https://expressjs.com/en/starter/generator.html
Basic Routing: https://expressjs.com/en/starter/basic-routing.html
Run server forever: http://pm2.keymetrics.io/ (npm install pm2 -g)
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:
Install CLI
Create a project with express tool
Run project: npm start
C. Firebase
Getting Super Powers
Becoming a super hero is a fairly straight forward process:
$ give me super-powersOnce 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