Skip to content

Example site for Rapid City NodeSchool, using the Refresh Rapid html for starting material.

Notifications You must be signed in to change notification settings

clov3r/nodeschool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rapid City NodeSchool

This repo contains work done by the Rapid City NodeSchool group in our journey to learn about nodejs.

Reading

The interesting code (for our project) is all contained in the annotated file serve.js. Most of the other files are from the Refresh Rapid website repo, which we're borrowing to have something to serve ;)

Running

Assuming you have git and node installed, you can install and run the server with the commands below:

# Download a local copy of the repositiory to ~/nodeschool
git clone https://github.com/clov3rly/nodeschool.git ~/nodeschool

# change to the project directory
cd ~/nodeschool

# Install local node package dependencies
npm install

# Run the server
node serve.js

Happy hacking!

About

Example site for Rapid City NodeSchool, using the Refresh Rapid html for starting material.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 76.3%
  • HTML 18.8%
  • JavaScript 4.9%