angular-redux-apollo-example
angular-redux-apollo-example copied to clipboard
A working integration of an existing Redux store with an Apollo client store.
Angular Redux Apollo example
A working integration of an Apollo client store with an existing Redux store (@angular-redux/store). Preconfigured to pull from a public GraphQL endpoint with sample data.
Run ng serve and navigate to http://localhost:4200/. Then open
Redux DevTools to inspect the store
state: the apollo state should show up alongside elephants and lions.
Original code adapted from example-app.
This project was generated with angular-cli version 1.0.0-beta.24.
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/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.
Before running the tests make sure you are serving the app via ng serve.
Deploying to Github Pages
Run ng github-pages:deploy to deploy to Github Pages.
Further help
To get more help on the angular-cli use ng help or go check out the Angular-CLI README.