Skip to content

Source code for our course - The complete JavaScript developer: MEAN stack zero-to-hero

Notifications You must be signed in to change notification settings

fullstacktraining/mean-stack-hero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MEAN stack hero: Branch section-01

This repo contains the source code for section 1 of our course: The complete JavaScript developer: MEAN stack zero-to-hero

Section 1: Creating web servers with Node.js and Express

By the end of this section of our course you will be able to:

  • Write modular Node applications using asynchronous JavaScript
  • Manage dependencies with npm
  • Deliver data and static files from Express
  • Create Express middleware
  • Configure the Express router

This branch contains the source code of the application as it stands at the end of Section 1.

Get the code

To get the code for this specific branch:

$ git clone -b section-01 https://github.com/fullstacktraining/mean-stack-hero.git

Then change into the folder the git clone command will create:

$ cd mean-stack-hero

And finally install the dependencies:

npm install

About

Source code for our course - The complete JavaScript developer: MEAN stack zero-to-hero

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published