Angular Connect NgRx Workshop 2019

Setup

Please bring a computer with you. Install Node (v10 or greater) then clone this repository. Checkout the challenge branch then install the dependencies:

yarn

or

npm install

Running the app

yarn start

or

npm start

Running the tests

yarn test

or

npm run test