https://github.com/alexrogalskiy/vercel-ng-sample
https://github.com/alexrogalskiy/vercel-ng-sample
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexrogalskiy/vercel-ng-sample
- Owner: AlexRogalskiy
- Created: 2020-12-06T06:04:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-13T08:56:00.000Z (about 3 years ago)
- Last Synced: 2025-01-26T10:13:33.259Z (4 months ago)
- Language: TypeScript
- Homepage: vercel-ng-sample-git-master.alexrogalskiy.vercel.app
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Angular Example
This directory is a brief example of an [Angular](https://angular.io/) app that can be deployed with Vercel and zero configuration.
## Deploy Your Own
Deploy your own Angular project with Vercel.
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/master/examples/angular)
_Live Example: https://angular.now-examples.now.sh_
### How We Created This Example
To get started with Angular, you can use the [Angular CLI](https://cli.angular.io/) to initialize the project:
```shell
$ ng new
```