Skip to content

Intro to node and express to build a web app, for a developer unfamiliar with or new to node.js

Notifications You must be signed in to change notification settings

dstevensio/nodejs-class-intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js Class: Introduction

This is a class put together to assist a web developer who is unfamiliar with or new to node.js in getting started creating a web app with the express framework, while introducing some core node concepts like require and npm.

This repo is to house the components of the class, and breaks the stages of the workshop portion in to branches for ease of following along in a live setting. If you are reading this on the web on your own, you may prefer a more in depth standalone tutorial such as the official express getting started guide or at hacksparrow.

You may also benefit from the Resources list

Questions, comments, improvements and suggestions can be directed to me on Twitter: @shakefon

Getting Started

Clone this repository. We will begin in the app/start directory, and each step can be caught up by switching to stepN/ folder where N is the number of the step you are catching up to.

If you do catch up by switching directories, remember to do npm install inside that directory before trying to run the app.

About

Intro to node and express to build a web app, for a developer unfamiliar with or new to node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published