All Projects → fsmi → odie-client

fsmi / odie-client

Licence: MIT license
odie-client is a Knockout.js frontend to odie-server

Programming Languages

java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to odie-client

Mejili
A Trello clone based on PHP using Laravel 4.2, knockout and twitter bootstrap
Stars: ✭ 17 (+30.77%)
Mutual labels:  knockoutjs
ko-spa-example
My favorite knockout libraries. (knockout + knockout.punches +knockout.es5) with webpack
Stars: ✭ 17 (+30.77%)
Mutual labels:  knockoutjs
ko-component-tester
🚦 TDD Helpers for Knockout JS
Stars: ✭ 15 (+15.38%)
Mutual labels:  knockoutjs
bitwig
Some controller scripts for Bitwig
Stars: ✭ 43 (+230.77%)
Mutual labels:  knockoutjs
knockout-decorators
Decorators for use Knockout JS in TypeScript and ESNext environments
Stars: ✭ 45 (+246.15%)
Mutual labels:  knockoutjs
Survey Library
JavaScript Survey and Form Library
Stars: ✭ 3,060 (+23438.46%)
Mutual labels:  knockoutjs
streetsupport-web
Helping people facing homelessness across the UK to find services in their area, and connecting people who want to help to where it is needed most.
Stars: ✭ 21 (+61.54%)
Mutual labels:  knockoutjs
eixample
Multi-Tenant .NET 6 Architecture (Angular, Vue, React)
Stars: ✭ 61 (+369.23%)
Mutual labels:  knockoutjs
nixery
Container registry which transparently builds images using the Nix package manager. Canonical repository is https://cs.tvl.fyi/depot/-/tree/tools/nixery
Stars: ✭ 1,365 (+10400%)
Mutual labels:  broccoli

Odie - Next-Generation Protokollverkauf

Gitter

odie-client is a Knockout.js frontend to odie-server. See it in action at our student council site.

Hacking

odie-client is written in ECMAScript 6 and uses Babel to transpile it to ES5 as part of its Broccoli asset pipeline.

To setup odie-client, you need to have npm installed. Then from the odie-client root dir:

sudo npm install -g broccoli-cli # one-time
npm install                      # whenever package.json has changed
broccoli serve                   # whenever Brocfile.js has changed

serve will start a local web server with index.html at its root and using the odie-server test backend. The server is LiveReload-enabled, so grab a browser extension.

Before creating a PR, please check your code with ESLint:

sudo npm install -g eslint  # one-time
eslint js/
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].