#express
Read more stories on Hashnode
Articles with this tag
For this, we will need two files named "index.js" "homeRoute.route.js". Index.js will be our app entry point and homeRoute.route.js is where we will...
Let's begin by opening our Terminal. cd Desktop mkdir LoginPage cd LoginPage touch Index.html server.js code . now let's add our packages npm i...
Languages, Modules and Packages that we would be using HTML (Hyper-Text Markup Language) Javascript (ECMA6) Node.js Nodemon (for Live Server Local...