Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anumit-web/express-2-image-files

Image file
https://github.com/anumit-web/express-2-image-files

Last synced: about 2 months ago
JSON representation

Image file

Awesome Lists containing this project

README

        

# Express-2-Image-Files
Image file

https://expressjs.com/en/starter/hello-world.html

https://expressjs.com/en/starter/static-files.html

https://www.digitalocean.com/community/tutorials/nodejs-serving-static-files-in-express

node app.js

http://localhost:3000/

https://stackoverflow.com/questions/29820791/git-ignore-node-modules-folder-everywhere

npm init

npm install express

http://localhost:3000/images/Ringstrilogyposter.jpg

from /public/images/Ringstrilogyposter.jpg

http://localhost:3000/css/style.css

from /public/css/style.css