/server-http

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

Primary LanguageJavaScript

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.