More on Node.js, Express.js




CS174

Chris Pollett

May 3, 2017

Outline

Express Generator

Getting the Express Generator App Running

Skeleton app.js file

index.js and Router Modules

index.pug

extends layout

block content
  h1= title
  p Welcome to #{title}

Customizing Generated Coded

To create our own custom apps using the express generated code:

Serving Static Pages in Express

Basic Routing in Express -- Handling Post Data

In-Class Exercise