/ang-redux-learn

My angular and redux studies

Primary LanguageCSS

This is my sandbox for learning angular and redux.

  • base generated with angular-cli
  • redux architecture
  • contains ngrx/... packages
  • uses jasmine and karma for testing

Table of Contents

Prerequisites

require Node 6.9.0 or higher, together with NPM 3 or higher.

Installation

BEFORE YOU INSTALL: please read the prerequisites

git clone https://github.com/ssribeiro/ang-learn-redux
npm install

Usage

npm start

Testing

npm test

Original angular-cli package

(https://github.com/angular/angular-cli).