/myapp

This app starts a server and listens on port 3000 for connections. The app responds with “Hello World!” for requests to the root URL (/) or route. For every other path, it will respond with a 404 Not Found.

Primary LanguageJavaScript

myapp

This Hello World starter app uses Express JS and starts a server and listens on a given port for connections. The app responds with “Hello World!” for requests to the root URL (/) or route. For every other path, it will respond with a 404 Not Found.

Node.js

  • Node.js is required to run this app

Express JS

Running the app locally

First create a directory named myapp, change to it and run npm init.