Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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