This is boilerplate for an express server. It includes one route, for a GET request to the main route, '/'. It serves a 'Hello, Universe!' file
To use: run node server.js
Steps:
-
Run npm init
-
Run npm install express --save
-
Create a gitignore and add node_modules to it
-
Create server.js
-
Create index.html and do the routing for it in server.js