https://github.com/codesequence/componentsconf2019-ngrx-workshop
https://github.com/codesequence/componentsconf2019-ngrx-workshop
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codesequence/componentsconf2019-ngrx-workshop
- Owner: CodeSequence
- Created: 2019-09-06T13:43:23.000Z (over 6 years ago)
- Default Branch: challenge
- Last Pushed: 2023-01-07T09:26:47.000Z (about 3 years ago)
- Last Synced: 2025-04-05T15:35:16.048Z (12 months ago)
- Language: TypeScript
- Size: 3.66 MB
- Stars: 2
- Watchers: 1
- Forks: 7
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
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
```