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

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)

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
```