When you start a server on localhost using react boilerplate and type "npm start", what server is actually being used? Apache, nginx?
Asked
Active
Viewed 51 times
1 Answers
1
when you start server using react boilerplate installed from npmjs.org it will automatically start a server from express framework which runs in port 3000. You can check your version of express framework used from nodemodules/express/package.json file

Bibek
- 943
- 1
- 12
- 22