Step 1: Run Command Prompt or Terminal Step 2: Commands & Scripts: - npm install - installs all npm packages. - npm start - builds all demos - build-demos.js - the script builds all demos by default. If you want to choose to build a single demo, edit the "demos" array in the file. - tsconfig.app.json - tsconfig configuration. Angular Ivy is enabled by default by setting "enableIvy" to true. Step 3: Run a Demo - http-server -p 9000. - Open your favorite web browser. - http://127.0.0.1:9000. - Navigate to index.htm for the demos list. - Open any demo from the list.