Learning NodeJS is a great opportunity for every web developer: Tons of jobs, easy to learn and, as Javascript is a MUST on web developing for the FrontEnd, you already know the language!
With this tutorial, you will create your first NodeJS server in less than 10 minutes.
In this video you will learn:
· How to install NodeJS in your computer
· What NPM is
· How to create your NodeJS configuration file
· How to create your first server and the base file
· How to create routes to your server
· How to install Nodemon
╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬
Timestamps:
00:12 - Intro
01:24 - Installing NodeJS
02:27 - What NPM is
02:54 - Creating NodeJS configuration file
03:50 - Installing express
04:50 - Creating app.js, the base file
06:30 - Creating routes
09:08 - Installing Nodemon
12:48 - On the next video...
╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬
Related articles:
What exactly is Node.js?
https://www.freecodecamp.org/news/wha...
Pros and Cons of Node.js
https://www.altexsoft.com/blog/engine...
╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬
Subscribe to the channel:
/ @letslearnabout4934
Twitter:
/ davidmm1707
GitHub code:
https://github.com/david1707/node_cra...