https://github.com/markogresak/reddit-clone-angular
https://github.com/markogresak/reddit-clone-angular
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/markogresak/reddit-clone-angular
- Owner: markogresak
- Created: 2021-03-08T13:17:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-08T14:11:23.000Z (about 4 years ago)
- Last Synced: 2025-01-29T17:30:28.455Z (4 months ago)
- Language: TypeScript
- Homepage: https://markogresak.github.io/reddit-clone-angular/
- Size: 1.41 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RedditCloneAngular
This project implements my [reddit-clone-backend](https://github.com/markogresak/reddit-clone-backend) API (hosted at https://reddit-eu.herokuapp.com/).
This page is served at https://markogresak.github.io/reddit-clone-angular/.
The goal is to showcase how to build basic frontend app features in a given framework.
Other examples:
- [reddit-clone-react](https://github.com/markogresak/reddit-clone-react)
- [reddit-clone-elm](https://github.com/markogresak/reddit-clone-elm)_Disclaimer: The linked projects are old and outdated. I would do a lot differently if I started the projects today._
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).