Add a few emoji icons to README
This commit is contained in:
12
README.md
12
README.md
@ -3,7 +3,7 @@ Hackathon Starter [ screencast that teaches Node and Express from scratch.
|
I highly recommend watching [Node.js and Express 101](http://www.youtube.com/watch?v=BN0JlMZCtNU) screencast that teaches Node and Express from scratch.
|
||||||
|
|
||||||
|
|
||||||
@ -78,10 +78,10 @@ npm install
|
|||||||
node app.js
|
node app.js
|
||||||
```
|
```
|
||||||
|
|
||||||
> **Note**: I strongly recommend installing nodemon `sudo npm install -g nodemon`.
|
>:exclamation: **Note**: I strongly recommend installing nodemon `sudo npm install -g nodemon`.
|
||||||
> It will monitor for any changes in your node.js
|
>It will monitor for any changes in your node.js
|
||||||
> application and automatically restart the server. Once installed, instead of `node app.js` use `nodemon app.js`.
|
>application and automatically restart the server. Once installed, instead of `node app.js` use `nodemon app.js`.
|
||||||
> It is a big time saver in the long run.
|
>It is a big time saver in the long run.
|
||||||
|
|
||||||
Next up, if you want to use any of the APIs or OAuth authentication methods, you will need to obtain
|
Next up, if you want to use any of the APIs or OAuth authentication methods, you will need to obtain
|
||||||
appropriate credentials: Client ID, Client Secret, API Key, or Username & Password. You will
|
appropriate credentials: Client ID, Client Secret, API Key, or Username & Password. You will
|
||||||
|
Reference in New Issue
Block a user