diff --git a/aio-ja/content/guide/quickstart.md b/aio-ja/content/guide/quickstart.md index 37472218b6..abf61ccb97 100644 --- a/aio-ja/content/guide/quickstart.md +++ b/aio-ja/content/guide/quickstart.md @@ -1,47 +1,38 @@ -# QuickStart +# クイックスタート -Good tools make application development quicker and easier to maintain than -if you did everything by hand. +良いツールは、あなたが手作業で全てをやるよりも +アプリケーションの開発を素早く、そして保守を簡単にします。 -The [**Angular CLI**](https://cli.angular.io/) is a **_command line interface_** tool -that can create a project, add files, and perform a variety of ongoing development tasks such -as testing, bundling, and deployment. +[**Angular CLI**](https://cli.angular.io/) はプロジェクトの作成、ファイルの追加に加え、開発で行うテスト、ビルド、デプロイのタスクを行うための **_コマンドライン・インターフェース・ツール_** です。 -The goal in this guide is to build and run a simple Angular -application in TypeScript, using the Angular CLI -while adhering to the [Style Guide](guide/styleguide) recommendations that -benefit _every_ Angular project. +このガイドの最終目標は、TypeScriptを用いた簡単なAngularアプリケーションの構築です。 +Angular CLIを使うことで、[スタイルガイド](guide/styleguide) に準拠したAngularプロジェクトを生成できます。 -By the end of the chapter, you'll have a basic understanding of development with the CLI -and a foundation for both these documentation samples and for real world applications. +この章を読み終える頃には、CLIを使った開発について、そしてドキュメントのサンプルや実際のアプリケーションに対する基礎知識を身につけられるでしょう。 + +このドキュメントで使うサンプルはこちらからダウンロードできます。 -And you can also download the example.
@@ -114,73 +93,63 @@ Your app greets you with a message:
-
+