This repo is meant to provide structure for a basic node server application to server static html and javascript files. It uses 'express' and is VERY basic.
Useful for fast prototyping web applications.
git clone https://github.com/emuls/basic-node-server
npm install
cd server
node server.js
- Point your browser at http://localhost:3000