====== Building a Website with Node.js and Express.js ====== - Introduction - [[Welcome]] - [[What you should know]] - [[Using the exercise files]] - Getting Started with Node.js - [[What is Node.js?]] - [[Installing Node.js]] - [[Building a Hello Node.js application]] - [[Getting to know the node package manager]] - Using Express.js - [[What is Express.js?]] - [[Installing Express.js]] - [[Building a Hello Express application]] - [[Creating routes]] - [[Using templates]] - [[Adding partials]] - [[Using locals and conditional templates]] - [[Modularizing our routes]] - Structuring Our Content - [[Using the Express Generator]] - [[Working with real assets]] - [[Understanding our data]] - [[Preparing our site structure]] - [[Creating our header template]] - [[Adding static content]] - Working with Models, Views, and Routes - [[Importing our data]] - [[Using JavaScript loops]] - [[Passing custom data through routes]] - [[Creating additional routes]] - [[Adding speakers to the homepage]] - [[Finishing our speakers' routes and views]] - [[Publishing our application]] - Conclusion - [[Next steps]]