Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.73 KB

README.md

File metadata and controls

39 lines (22 loc) · 1.73 KB

This app created with Angular, has a real world example for using with de JSON of Reddit mixed with the style of Bootstrap

Reddit

This project was generated with Angular CLI version 7.3.9.

Change reddit JSON

You can try your own reddit JSON. Follow the next steps:

  1. Visit the subreddit taht you prefer
  2. Add at the end of the url of the subreddit "new.json"
  3. You will have and obj() of the first 25 publications

Next step, you need to access to the service called "api.service" and in the GET method change the url with the subreddit that you prefer.

Development server

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.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

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.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help of Angular

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.