https://github.com/jschr/realm
A boilerplate for creating scalable apps with react, rxjs and a little bit of magic. Heavily inspired by flux, redux and elm architecture.
https://github.com/jschr/realm
elm-architecture react rxjs
Last synced: 2 months ago
JSON representation
A boilerplate for creating scalable apps with react, rxjs and a little bit of magic. Heavily inspired by flux, redux and elm architecture.
- Host: GitHub
- URL: https://github.com/jschr/realm
- Owner: jschr
- Created: 2015-10-07T01:12:29.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-22T21:13:52.000Z (almost 11 years ago)
- Last Synced: 2025-01-11T20:32:28.296Z (over 1 year ago)
- Topics: elm-architecture, react, rxjs
- Language: JavaScript
- Homepage:
- Size: 209 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A boilerplate for creating scalable apps with react, rxjs and a little bit of magic. Heavily inspired by flux, redux and elm architecture.
```
npm install
npm start
```
```
npm run start-couters-example
npm run start-login-example
npm run start-pong-example
```
```
localhost:5000
```