Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 977 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 977 Bytes

Express Static Server Implementation For JSU Classes

Description

This is the basic application that should be able to run prior to the first class. It is a basic implementation of the Express Frameworks Static Server. It serves a hello world index.html static file from the public directory.

Required Binaries

Required Node Packages

Installation

  1. install node ( http://nodejs.org/#download )
  2. install npm ( http://npmjs.org/ )

Getting the Project Up and Running

  1. Clone The Project Into Local Dev Path ( Must Have GIT Installed and Configured )

  2. cd to static-server root directory

  3. install express node package - ( npm install express )

Start The Hello World App

  • node bin/server.js