This is a simple Reddit's clone made with Angular, aiming to learn it's fundamentals. It uses a REST API also made by me with Django that mimics some of the Reddit features.
This is a unfinished project and some of the features are for visual purposes only.
This project needs the Angular CLI disponible on https://cli.angular.io/
This project also needs the backend API disponible on https://github.com/andersonmalheiro/reddit-api
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
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.