Launch offer
Business website $150 USD Custom plugin $200 USD Ready in 5 days
Get a quote
Angular

Creating Your First Angular Project

Scaffold a new app with ng new and start the dev server.

Creating Your First Angular Project — a practical guide to create Angular project with clear examples you can reuse in real projects.

Angular Tutorial Series (8/119). Prefer one article? Read the complete Angular tutorial.

Short description

Choose routing and stylesheet format during prompts (or pass flags).

Steps

  1. Run ng new.
  2. Install deps if needed.
  3. Serve and open the app.

Scaffold

ng new my-app
cd my-app
ng serve --open

Leave a reply

Your email address will not be published. Required fields are marked *