All Projects → marblejs → Example

marblejs / Example

Licence: mit
Example project written using Marble.js framework

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Example

Ngx Restangular
Restangular for Angular 2 and higher versions
Stars: ✭ 787 (+1280.7%)
Mutual labels:  api, reactive, rxjs
Translations
🐼 Chinese translations for classic IT resources
Stars: ✭ 6,074 (+10556.14%)
Mutual labels:  api, reactive
Frint
Modular JavaScript framework for building scalable and reactive applications
Stars: ✭ 608 (+966.67%)
Mutual labels:  reactive, rxjs
Platform
Reactive libraries for Angular
Stars: ✭ 7,020 (+12215.79%)
Mutual labels:  reactive, rxjs
R2dbc Client
Reactive Relational Database Connectivity
Stars: ✭ 347 (+508.77%)
Mutual labels:  api, reactive
Formily
Alibaba Group Unified Form Solution -- Support React/ReactNative/Vue2/Vue3
Stars: ✭ 6,554 (+11398.25%)
Mutual labels:  reactive, rxjs
Push State
Turn static web sites into dynamic web apps.
Stars: ✭ 16 (-71.93%)
Mutual labels:  reactive, rxjs
Api Docs
api.nasa.gov
Stars: ✭ 267 (+368.42%)
Mutual labels:  api, example
Api Example
WIP: Just sample app with API
Stars: ✭ 12 (-78.95%)
Mutual labels:  api, example
Watermelondb
🍉 Reactive & asynchronous database for powerful React and React Native apps ⚡️
Stars: ✭ 7,996 (+13928.07%)
Mutual labels:  reactive, rxjs
Rxjava Android Samples
Learning RxJava for Android by example
Stars: ✭ 7,520 (+13092.98%)
Mutual labels:  reactive, example
Awesome Rxjs
A collection of awesome RxJS resources
Stars: ✭ 314 (+450.88%)
Mutual labels:  reactive, rxjs
Toy Rx
A tiny implementation of RxJS that actually works, for learning
Stars: ✭ 290 (+408.77%)
Mutual labels:  reactive, rxjs
Xreact
reactive x react = xreact
Stars: ✭ 565 (+891.23%)
Mutual labels:  reactive, rxjs
Avenging
MVP pattern example on Android: no Dagger or RxJava example
Stars: ✭ 279 (+389.47%)
Mutual labels:  api, example
Inferno Most Fp Demo
A demo for the ReactJS Tampa Bay meetup showing how to build a React+Redux-like architecture from scratch using Inferno, Most.js, reactive programmning, and various functional programming tools & techniques
Stars: ✭ 45 (-21.05%)
Mutual labels:  reactive, rxjs
rx-ease
Spring animation operator for rxjs 🦚✨
Stars: ✭ 16 (-71.93%)
Mutual labels:  reactive, rxjs
Flutter Ui Nice
More than 130+ pages in this beautiful app and more than 45 developers has contributed to it.
Stars: ✭ 3,092 (+5324.56%)
Mutual labels:  api, example
Dugong
Minimal State Store Manager for React Apps using RxJS
Stars: ✭ 10 (-82.46%)
Mutual labels:  reactive, rxjs
Obs Studio Python Scripting Cheatsheet Obspython Examples Of Api
⚫️ OBS Studio API with Python
Stars: ✭ 40 (-29.82%)
Mutual labels:  api, example

Marble.js logo

Travis-CI status Codecov coverage

Example project written using Marble.js v2.0

The example project is written in version 2.x of Marble.js. The v3.0 rewrite will be available soon.

Requirements

In order to run tests locally, please install docker which containerizes the testing mongodb database.

Installation

$ cp ./src/config/env.ts.dist ./src/config/env.ts
$ yarn

Basic commands

$ yarn start           ## run server
$ yarn watch           ## run server in watch mode (development)
$ yarn build           ## build the app
$ yarn lint            ## lint TypeScript files
$ yarn test            ## run tests with coverage report
$ yarn test:watch      ## run tests in watch mode
$ yarn docker          ## start mongodb container

API doc

You can reach the actual API documentation here

License

marble.js is MIT licensed

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].