mynameiskyleok / nodejs-static-webserver

Very simple Node.js webserver for when you need to serve up static pages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nodejs-static-webserver

Very simple Node.js webserver for when you need to serve up static pages.

Installation

  1. Clone repo to <appname>
  • git clone https://github.com/cowFipps/static-nodejs-webserver.git <appname>
  1. Install NPM packages to <appname>
  • npm install

Run Application

  1. Navigate to <appname> and run
  • cd <appname> && node <appname>
  1. Navigate to http://localhost:8080/yourfile.html

About

Very simple Node.js webserver for when you need to serve up static pages.

License:MIT License


Languages

Language:JavaScript 100.0%