An open API service indexing awesome lists of open source software.

https://github.com/codesequence/componentsconf2019-ngrx-workshop


https://github.com/codesequence/componentsconf2019-ngrx-workshop

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# ComponentsConf NgRx Workshop 2019

## Setup

```sh
yarn
```

or

```sh
npm install
```

## Running the app

```sh
yarn start
```

or

```sh
npm start
```

## Running the tests

```sh
yarn test
```

or

```sh
npm run test
```