Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 384 Bytes

File metadata and controls

39 lines (26 loc) · 384 Bytes

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