https://github.com/xounder/angular-buzzfeed
BuzzFeed Clone in Angular
https://github.com/xounder/angular-buzzfeed
angular buzzfeed clone-app single-page-app typescript
Last synced: 2 months ago
JSON representation
BuzzFeed Clone in Angular
- Host: GitHub
- URL: https://github.com/xounder/angular-buzzfeed
- Owner: Xounder
- Created: 2024-09-14T01:16:04.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-07T03:20:28.000Z (3 months ago)
- Last Synced: 2025-02-07T04:23:04.707Z (3 months ago)
- Topics: angular, buzzfeed, clone-app, single-page-app, typescript
- Language: TypeScript
- Homepage:
- Size: 210 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AngularBuzzfeed
BuzzFeed Clone with Angular
# Quizz

# Quizz Result

# How To Run
Insert these comands in comand line
- `npm install` -> _Installs the project dependencies_
- `ng serve` -> _Starts the Angular application in a development server_If you want Angular to open automatically in the browser, use:
- `ng serve --open`