Here I go again (like the song). In this post, I am sharing the steps to create your first Angular app.
Run this command to create an Angular project:
ng new proyecto-angular
Move into your new project directory:
cd proyecto-angular
Start the Angular server/project:
npm start
Top comments (0)