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.
|
||||
|
||||
|
||||
@ -78,10 +78,10 @@ npm install
|
||||
node app.js
|
||||
```
|
||||
|
||||
> **Note**: I strongly recommend installing nodemon `sudo npm install -g nodemon`.
|
||||
> 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`.
|
||||
> It is a big time saver in the long run.
|
||||
>:exclamation: **Note**: I strongly recommend installing nodemon `sudo npm install -g nodemon`.
|
||||
>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`.
|
||||
>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
|
||||
appropriate credentials: Client ID, Client Secret, API Key, or Username & Password. You will
|
||||
|
Reference in New Issue
Block a user