Skip to content

bitcrazed/hello-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello World website

Simple website built atop node.js

Installing

Be sure to install the node packages necessary to install http-server to serve the site:

npm install

Hosting the site

To host the site, run http-server:

C:\> http-server
Starting up http-server, serving ./
Available on:
  https://<local-ip-address>:8080
  <>... other local addresses ...>
  https://127.0.0.1:8080

License

Licensed under the MIT license as declared in the accompanying license.md file.

About

Simple "Hello World" website using node

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published