treehouse-express-basics icon indicating copy to clipboard operation
treehouse-express-basics copied to clipboard

This repo features an express app to serve as demo in the Express Basics course on Treehouse.

Results 7 treehouse-express-basics issues
Sort by recently updated
recently updated
newest added

The tutorials use the 'use strict' statement with JSCS however there is no .jscsrc file or instuctions as to how the package.json file may have been configure. Could these please...

When I run nodemon, I get a 'no such file or directory error' for the file: layout.jade.jade. It looks like it's because in index.jade we call `extends ./layout.jade` After I...

Here is the error: ``` Error: src/templates/index.jade:7 5| .header-content-inner 6| h1 Fitness meets data science. > 7| | 8| hr 9| | 10| p unexpected text | ``` Using Jade...

Adds the starting code for [Stage 4: Scaffolding your Project's Templates](https://teamtreehouse.com/library/express-basics/using-templates-with-express/scaffolding-your-project-s-templates) in `src/templates/index.jade` and `src/templates/post.jade` so that Treehouse Students can follow along properly. See forum posts about this issue: -...