Skip to content

rexprograms/basic-node-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Server App

This repo is meant to provide structure for a basic node server application to server static html and javascript files. It uses 'express' and is VERY basic.

Useful for fast prototyping web applications.

Setup

  • git clone https://github.com/emuls/basic-node-server
  • npm install
  • cd server
  • node server.js
  • Point your browser at http://localhost:3000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published