https://github.com/f22hd/google_cdc_angular_example
An example of creating an Angular application covering the fundamentals, creating a blog as an example.
https://github.com/f22hd/google_cdc_angular_example
anuglar typescript
Last synced: 14 days ago
JSON representation
An example of creating an Angular application covering the fundamentals, creating a blog as an example.
- Host: GitHub
- URL: https://github.com/f22hd/google_cdc_angular_example
- Owner: f22hd
- Created: 2020-07-12T20:47:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-15T07:29:46.000Z (about 5 years ago)
- Last Synced: 2025-07-26T23:21:47.136Z (2 months ago)
- Topics: anuglar, typescript
- Language: TypeScript
- Homepage: http://ng-blog.surge.sh/
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# google_cdc_angular_example (blogApp)
An example of creating an Angular application covering the fundamentals, creating a blog as an example.This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.5.
## Getting started
- clone the repo
- run `npm install` by your terminal inside the root of project.
- run `ng serve` to run the application.
- open `http://localhost:4200/` in your browser.## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.