Introduction to express of nodejs

First install nodejs, download and install the official website to install directly.

Since node comes with NPM, the NPM command can be used directly.

Open CMD and install express using NPM install -g express-generator.

Then express -e webapp returns to a express project and it is simple.

Leave a Reply

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