Skip to content

hullale/express-dynamic-content

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Express Dynamic Content Server

This repo contains a basic Express-based server in server.js that demonstrates how to serve dynamic content. Before doing anything with it you need to install dependencies:

npm install

Then, you can start the server:

npm start

This will start the server running on port 3000 by default. You can change the port it runs on by setting the PORT environment variable. Once the server is running, you can visit it at http://localhost:3000.

About

A small example using Express to serve dynamic content

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 61.2%
  • HTML 25.6%
  • CSS 13.2%