Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 432 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 432 Bytes

Basic Server App

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.

Setup

  • git clone https://github.com/emuls/basic-node-server
  • npm install
  • cd server
  • node server.js
  • Point your browser at http://localhost:3000