Clone Netflix "Hello World" app using Node-Express
Let's get started right away
New node app
Initiate a new node app using the following command
npm init -y
The -y option autofill necessary details in our package.json file. However the entry point would be "index.js" file. If you prefer to use some...
pravinmd.hashnode.dev2 min read
Noor Ahmed
Software Engineering Student
lol