Preparing for this chapter
This chapter uses the sportsstore
project from Chapter 20. Open a new command prompt, navigate to the sportsstore
folder, and run the command shown in Listing 21.1 to start the development tools.
Tip
You can download the example project for this chapter – and for all the other chapters in this book – from https://github.com/PacktPublishing/Mastering-Node.js-Web-Development. See Chapter 1 for how to get help if you have problems running the examples.
Listing 21.1: Starting the development tools
npm start
Open a new browser window, navigate to http://localhost:5000
, and you will see the product catalog, as shown in Figure 21.1.
Figure 21.1: Running the application