Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toddmotto/ac-boilerplate
https://github.com/toddmotto/ac-boilerplate
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/toddmotto/ac-boilerplate
- Owner: toddmotto
- Created: 2017-11-04T17:04:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-21T11:33:13.000Z (almost 6 years ago)
- Last Synced: 2024-10-11T08:10:43.106Z (29 days ago)
- Language: TypeScript
- Size: 413 KB
- Stars: 15
- Watchers: 3
- Forks: 24
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.