Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/owanturist/counter-elm-way
https://github.com/owanturist/counter-elm-way
react redux redux-loop typescript
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/owanturist/counter-elm-way
- Owner: owanturist
- License: mit
- Created: 2017-04-14T08:24:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T09:04:37.000Z (over 2 years ago)
- Last Synced: 2024-04-14T20:06:53.120Z (9 months ago)
- Topics: react, redux, redux-loop, typescript
- Language: TypeScript
- Size: 1.55 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Counter by Elm-way
It is a simple React Redux application which wrote by Elm-way.
## Requirements
- [node][node-install] (recommended install by [nvm][nvm-install])
> look minimal node version in `package.json`
- [yarn][yarn-install]## Installation
```bash
yarn install
```## Developing
```bash
yarn dev
```Open [localhost:8080](http://localhost:8080/) in your browser.
[node-install]: https://nodejs.org/en/download/
[nvm-install]: https://github.com/creationix/nvm#installation
[yarn-install]: https://yarnpkg.com/en/docs/install