FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Update README title for test version by easyCZ · Pull Request #1 · gitpod-samples/angular-sample · GitHub

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .md  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
21 changes: 17 additions & 4 deletions README.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
# Angular Sample App

This is an Angular app created via `ng new my-app`.
This repository contains a sample Angular application generated with `ng new my-app`.

We've made changes to the following files to make it possible to iterate from a Gitpod Workspace on this sample Angular application:
## Project Structure

* .gitpod.yml: defines common tasks
* gitpod.Dockerfile: defines common software needed (like Chrome)
- `my-app/` contains the Angular application.
- `.gitpod.yml` defines the Gitpod workspace startup tasks.
- `gitpod.Dockerfile` defines the workspace dependencies, including Chrome.

## Getting Started

Install dependencies and start the development server from the Angular app directory:

```sh
cd my-app
npm install
npm start
```

The app runs on `http://localhost:4200/` by default.

Back | FazBrowse Home | New Git URL