Codecademy's Learn Express, Starting a Server, Back-End Apps

Channel:
Subscribers:
8,020
Published on ● Video Link: https://www.youtube.com/watch?v=PcRtTrbFxII



Duration: 4:59
142 views
1


In this Codecademy lesson we look at how to start a server with Express Js. It is important to first make sure you have installed express since Codecademy does not mention that. Once you have installed the package you can then import it (require it) and store it in a constant/variable named express. Next, by creating a const variable named app you can store an instance of express and instantiate your express variable by invoking it. We then can use our app variable to listen on a port we specify.




Other Videos By We Will Code


2018-06-29Question App in Nodejs, Pug, Body-Parser Parsing Form Data 4
2018-06-27Question App in Nodejs, Pug, Express, Include Partials 3
2018-06-26Question App in Nodejs, Pug, Express, Rendering Response 2
2018-06-25Question App in Nodejs, Express, Flash Card App with Pug Templating
2018-06-22Codecademy's Learn Express, Matching Longer Paths, ExpressJS
2018-06-21Codecademy's Learn Express, Setting Status Codes
2018-06-19Codecademy's Learn Express, Getting a Single Expression
2018-06-18Codecademy's Learn Express, Matching Route Paths, Understanding Express JS
2018-06-15Codecademy's Learn Express, Sending a Response, Nodejs Backend
2018-06-14Codecademy's Learn Express, Writing Your First Route
2018-06-13Codecademy's Learn Express, Starting a Server, Back-End Apps
2018-06-13Learn Express JS, Back-End Programming Tutorial, Codecademy
2018-06-09Crypto Zombies Lesson 2, Chapter 8, Zombie DNA, Solidity DApp
2018-06-03Crypto Zombies Lesson 2, Chapter 7, Storage vs Memory
2018-06-01Crypto Zombies Lesson 2, Chapter 6, Import, Imports in Solidity
2018-05-27An Intro to Coding, Codecademy's Welcome To Codecademy Tutorial, Codecademy Starter Kit
2018-05-13Crypto Zombies Lesson 2, Chapter 5, Inheritance, Solidity Walkthrough
2018-05-11Crypto Zombies Lesson 2, Chapter 4, Require, Solidity Require Statements
2018-05-10Crypto Zombies Lesson 2, Chapter 3 Msg.sender, Solidity Language
2018-05-06Crypto Zombies Lesson 2, Chapter 2 Mappings and Addresses
2018-05-06Codecademy Learn Java, Data Structures Generalizations



Tags:
Express tutorial
learning express
express js
expressjs tutorial
starting express server