Create a simple Node.js backend website by using Express package

Опубликовано: 14 Март 2026
на канале: Soft.Tomatoes
286
12

Hello, in this video we will create a website with Node.js as backend. We will create routes and web server by using Express package.
The steps to follow are summarised below:
1) Create an empty folder
2) Install Express package
3) Create an empty server.js file
4) "npm init -y" to create the package.json file
5) on server.js file import express
6) on server.js create web server
7) on server.js create first route by sending a simple string
8) create a folder named "public" and create an "about.html" inside it
9) on server.js create second route by sending "about.html"



NOTE: All videos on this channel are for exercise purposes. For tutorial purposes I kindly advise you to watch great teachers below:

Node-React-Javascript:
1) The Net Ninja:
   / thenetninja  
2) Dave Gray :
   / davegraytea.  .

Solidity:
1) Smart Contract Programmer: https://www.youtube.com/channel/UCJWh...
2) Eat the Blocks:
   / eattheblocks