Please install the following recommended tools prior to the workshop.
Thanks for joining us!
-
Install Visual Studio Code
-
Install the Angular Essentials extension
-
Install the latest Active LTS for Node.js
-
Install the angular cli
npm install -g @angular/cli
-
Clone the GitHub repository with the demos and labs. Or, download the repository in a zip file https://github.com/DanWahlin/angular-architecture . The demos are in a demos folder, the labs are in a labs folder.
git clone https://github.com/DanWahlin/angular-architecture cd angular-architecture
-
If you want to try the demos, you can follow these instructions.
cd demos npm install npm start