Skip to content

hackenshaw/hellNode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hellNode

A simple Node.js server template.

This template serves ststic files from the public folder and has one route /hackenshaw.

Live Demo

/hackenshaw

Prerequisites

You'll get best use out of this project if you're familiar with basic JavaScript. If you've written JavaScript for client-side web pages this is a little different because it uses server-side JS, but the syntax is the same!

What's in this project?

README.md: That is this file, where you can tell people what your cool website does and how you built it.

public/index.html: The static HTML page for your site.

public/style.css: The styling rules for the pages in your site.

server.js: The Node.js server script for your new site. The JavaScript defines the endpoints in the site back-end.

package.json: The NPM packages for your project's dependencies.

src/: This folder holds the source files for your site.

How to use this code

> git clone https://github.com/hackenshaw/hellNode
> cd hellNode
> npm install
> npm start

Credits

About

A simple Node.js server template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published