From 24b3bed83ff9e89cbdcd848147a4cd1609bc622b Mon Sep 17 00:00:00 2001 From: Ai-Lyn Tang Date: Mon, 19 Aug 2019 00:57:54 +1000 Subject: [PATCH] fix: add link to boilerplate Glitch file (#36340) * Add link to boilerplate Glitch file The boilerplate link is hard to see in the previous "introduction" page. I was using the old Glitch project link, and was confused. When I googled for a solution, it was clear than others had also been quite confused. I believe this additional instruction will help many people. * Direct people back to introduction page Co-Authored-By: Oliver Eyton-Williams * Remove unnecessary indentation Co-Authored-By: Oliver Eyton-Williams * Remove spaces on empty line Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com> * Remove spaces on empty line Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com> * Add empty line to fix markdown link Markdown link needs a blank line to render correctly * fix: add extra line to prevent linting error * fix/remove-bullet-points Co-authored-by: Randell Dawson Co-authored-by: Tom --- .../basic-node-and-express/meet-the-node-console.english.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/meet-the-node-console.english.md b/curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/meet-the-node-console.english.md index c92218a0c4..86f3a2e228 100644 --- a/curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/meet-the-node-console.english.md +++ b/curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/meet-the-node-console.english.md @@ -13,7 +13,11 @@ We recommend to keep the log panel open while working at these challenges. By re ## Instructions
+ +If you have not already done so, please read the instructions in [the introduction](/learn/apis-and-microservices/basic-node-and-express/) and start a new project on Glitch using [this link](https://glitch.com/#!/import/github/freeCodeCamp/boilerplate-express/). + Modify the myApp.js file to log "Hello World" to the console. +
## Tests