Skip to content

unioncollege-webtech/express-static-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Express Static Server

This is a simple example of an static file server using Node.js and Express.

Installation

This uses the npm module express. Be sure to install express, then use node to run the server:

npm install express
node server.js

Running and viewing on Cloud9

Your server should be up and running, and available at https://express-static-server-CLOUD9USER.c9.io. You can click "Share" in the upper-right corner of Cloud9 to see your application's public URL (or the preview URL).

You can also open server.js and click the green Run button to launch your website. See Cloud9's documentation on how to run an application.

License

MIT

About

A simple static file server using Express.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published