Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/toddmotto/ac-boilerplate


https://github.com/toddmotto/ac-boilerplate

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

# Ultimate NGRX

* [ngrx/store](https://github.com/ngrx/platform/blob/master/docs/store/README.md) docs
* [ngrx/effects](https://github.com/ngrx/platform/blob/master/docs/effects/README.md) docs

### Setup and install

When you've cloned the repo, run either of the following:

```
npm install
#OR
yarn install
```

Use `yarn start` or `npm run start` to run the local dev server.