treehouse-express-basics
treehouse-express-basics copied to clipboard
This repo features an express app to serve as demo in the Express Basics course on Treehouse.
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...
@hdngr fixes issue #8 .
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: -...