SaulMoro / angularconnect2019-ngrx-workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 72.4%Language:HTML 15.9%Language:CSS 11.7%