evgomes / posts-redux

Sample Angular 7 application showing how to integrate Angular and Redux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Posts - Redux

Sample Angular 7 application built to show how to integrate Angular and Redux using the @angular-redux/store library.

The application lists posts from JSONPlaceholder and displays them on the screen, but everything integrated with Redux.

Application

Testing the Application

First, clone this repository and run npm install to install all dependencies. Then, run ng serve for a dev server and navigate to http://localhost:4200/ to see the application screen.

About

Sample Angular 7 application showing how to integrate Angular and Redux.

License:MIT License


Languages

Language:TypeScript 75.8%Language:JavaScript 9.5%Language:CSS 7.9%Language:HTML 6.9%