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.
- NodeJS @see http://nodejs.org/#download
- NPM @see http://npmjs.org/
- express @see http://expressjs.com/
- install node ( http://nodejs.org/#download )
- install npm ( http://npmjs.org/ )
-
Clone The Project Into Local Dev Path ( Must Have GIT Installed and Configured )
- git clone [email protected]:javascriptu/Static-Server.git /PATH/TO/static-server
-
cd to static-server root directory
-
install express node package - ( npm install express )
- node bin/server.js