Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 325 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 325 Bytes

Getting Started

Start a server by running the line of code below in your command line:

node app

You will then have server that is listening on PORT 3000.

Available routes

http://localhost:3000/
http://localhost:3000/hello

Any other path besides the mentioned above will give you 404 error (Not Found).