Skip to content

Instantly share code, notes, and snippets.

@johnpapa
Last active March 21, 2024 18:08
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save johnpapa/c6e66e06d64cd3a9f30dbe677a3880eb to your computer and use it in GitHub Desktop.
Save johnpapa/c6e66e06d64cd3a9f30dbe677a3880eb to your computer and use it in GitHub Desktop.
Angular for Architects Workshop Series

Angular Workshop Setup

Please install the following recommended tools prior to the workshop.

Thanks for joining us!

Highly Recommended

  1. Install Visual Studio Code

  2. Install the Angular Essentials extension

  3. Install the latest Active LTS for Node.js

  4. Install the angular cli npm install -g @angular/cli

  5. 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
  6. If you want to try the demos, you can follow these instructions.

    cd demos
    npm install
    npm start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment