Serve static files ✨
A small NodeJS server serving static files because I had to reimplement this 7 times already due to testing purposes
Bootstrapping
git clone https://github.com/NanoSpicer/serve-static-files/
cd serve-static-files
npm i && npm start
- Open
http://localhost:8080/media/image.png
on your browser