Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 )

    • git clone git@github.com:javascriptu/Static-Server.git /PATH/TO/static-server
  2. cd to static-server root directory

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

Start The Hello World App

  • node bin/server.js

About

Base Implementation Express Static Server

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages