I do Software: Development, Consulting, Using. I use Linux, Windows and Mac. I work with mobile devices including iOS and Android. I'm deep into databases, programming languages and technologies. I even did SAP consulting for a while. Whenever I make experiences I try to put them here, to give others the change to get things better and faster done.
Freitag, 6. September 2019
Serving static pages with Node.js
There is a simple HTTP server for Node.js that does not require any programming or even configuration. Simply install it, move to the directory containing the static pages and run it.
npm install http-server -g
cd .\dist\
http-server
Abonnieren
Posts (Atom)