adds code


In this Tutorial We Will learn about how to Set Up Nodejs server using ExpressJs With Command Prompt Steps to Follow: Open Command Prompt. • Open the path in the command prompt were you want to setup the server Ex: F:\My_Folder • Type express folder_name in the next line. • Go to the folder which you set up the server. • After type npm install. • After open the app(js) file in editor and go to the line 24 and add app.listen(9000, function() { console.log("Server is listening at 9000"); }); •Then In Folder Open Command Prompt And Type npm install. • After that check whether it is running or not by using command npm start. Follow Us on Instagram Also https://instagram.com/markcoder_?igshid=ZDdkNTZiNTM= Thankyou ....
Previous Post Next Post