Technical requirements
The most up-to-date versions of the sample code for the book are on GitHub at the repository linked in the following steps. The repository contains the final and completed state of the code. You can verify your progress at the end of this chapter by looking at the end-of-chapter snapshot of the code under the projects
folder.
For Chapter 8:
Be sure that lemon-mart-server is up and running. Refer to Chapter 7, Working with REST and GraphQL APIs.
- Clone the repo at https://github.com/duluca/lemon-mart.
- Execute
npm install
in the root folder to install the dependencies. - The beginning state of the project is reflected at:
projects/stage10
- The end state of the project is reflected at:
projects/stage11
- Add the stage name to any
ng
command to act only on that stage:npx ng build stage11
Note that the dist/stage11
folder at the root of the repository...