DEV Community

Jared Mathis
Jared Mathis

Posted on

Angular on StackBlitz

Angular normally requires you to install Node.js and the Angular command-line interface tool to get started with an Angular project.

Instead, to try out Angular, check out StackBlitz.

  • Go to: https://stackblitz.com/

  • Click the "Start a new app" button.

  • Click "Angular".

    • Stackblitz will create a "Hello, World" Angular application for you.

Example: https://stackblitz.com/edit/angular-ivy-nlem87

Top comments (0)