Question App in Nodejs, Express, Flash Card App with Pug Templating
Learn how to set up an express server locally on your own computer and listen for request on routes that you set up. If this isnt making sense yet, but you are familiar with HTML, CSS, and Javascript, A route is a destination url you create like a home page route or a profile route all users will have which we will create dynaically through a few templates which could be used to create an infinite number of pages. We will build our first route on this lesson as well as set up our templating engine which is Pug (formally known as Jade)
Learn how to set up an express server locally on your own computer and listen for request on routes that you set up. If this isnt making sense yet, but you are familiar with HTML, CSS, and Javascript, A route is a destination url you create like a home page route or a profile route all users will have which we will create dynaically through a few templates which could be used to create an infinite number of pages. We will build our first route on this lesson as well as set up our templating engine which is Pug (formally known as Jade)