Skip to content

CodeSequence/ngdenver2019-ngrx-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NgRx Workshop: A Reactive State of Mind

Setup

yarn

or

npm install

Running the app

yarn start

or

npm start

Running the tests

yarn test 

or

npm run test