https://github.com/motion/starter
starter kit (react, hmr, styles, mobx/couchdb realtime models & stores)
https://github.com/motion/starter
bootstrap couchdb docker mobx motion react realtime starter-kit
Last synced: 11 months ago
JSON representation
starter kit (react, hmr, styles, mobx/couchdb realtime models & stores)
- Host: GitHub
- URL: https://github.com/motion/starter
- Owner: motion
- Created: 2017-02-17T00:01:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-22T01:54:14.000Z (about 9 years ago)
- Last Synced: 2025-04-20T22:58:44.708Z (about 1 year ago)
- Topics: bootstrap, couchdb, docker, mobx, motion, react, realtime, starter-kit
- Language: JavaScript
- Homepage:
- Size: 760 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# motion-starter
- mono-repo: share code between all apps
- [gloss](https://github.com/motion/gloss): 💅 css in js
- `@view` decorator
- mobx stores
- simple router
- model system:
- [rxdb](https://github.com/pubkey/rxdb) = pouchdb + rxjs
- automatic rxjs => mobx
- couchdb
## Install
```sh
git clone git@github.com:motion/starter.git
cd starter
npm i
npm run bootstrap
```
Be sure you have [docker-compose](https://docs.docker.com/compose/) installed.
## Running
Run these three side-by-side:
```sh
npm run web
```
```sh
docker-compose up
```
```sh
npm run watch
```