samwhiteiv / server-http

Server spun up in Node. Go to localhost:3000/image.jpg to serve the image.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spin up server

Steps to run locally

  • Check to make sure you have Node installed
  • Go to the project root directory
  • run yarn serve or npm run serve in the terminal. Alternatively, you can run node index.js via the command line as well.
  • go to localhost:3000/image.jpg to serve the image.

About

Server spun up in Node. Go to localhost:3000/image.jpg to serve the image.


Languages

Language:JavaScript 71.0%Language:HTML 29.0%