Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Angular App Installation

NotificationsYou must be signed in to change notification settings

astechedu/angular-app

Repository files navigation

Prerequisites

To use the Angular framework, you should be familiar with the following:

JavaScriptHTMLCSS

To install Angular on your local system, you need the following:

Node.jsAngular requires an active LTS or maintenance LTS version of Node.js.Run in a terminal windownode -v npm -v

Install the Angular CLI

npm install -g @angular/cli

Create a workspace and initial application

ng new my-app

Run the application

cd my-appng serve --open

The --open (or just -o) option automatically opens your browser tohttp://localhost:4200/.

👍

About

Angular App Installation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp