NodeJs – Create Express App

Step 1: Install express-generator

npm install express-generator -g

Step 2: Create the express app

express my-express-app

Step 3: Install the libraries

cd my-express-app
npm install

Step 4: Run the app

npm run start

Step 5: Test the app on http://localhost:3000

2 Comments

  1. Hey, thanks for the article. Thanks Again. Really Great. Therese Lucius Ensign

  2. Wonderful blog post. I discover something extra tough on different blogs everyday. It will certainly always be boosting to check out web content from various other authors and practice a something from their store. I?d choose to make use of some with the content on my blog whether you don?t mind. Natually I?ll provide you a web link on your web blog. Thanks for sharing. Cathlene Shepard Rance

Leave a Reply

Your email address will not be published. Required fields are marked *