- Set up for express router
- Basic Routes: Home, About
- Route with Parameters
- Require in express
- Set express app
- Set port
- Sample route with a route the way we're used to seeing it
- Start SERVER
- Create our routes
- Get an instance of router
- Home page route (https://localhost:8080)
- About page route (https://localhost:8080/about)
- Apply the routes to our application
- Apply the dynamic routes