Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kevoree/kevoree-js

Kevoree written in Javascript
https://github.com/kevoree/kevoree-js

component-based component-library deployment runtime

Last synced: about 1 month ago
JSON representation

Kevoree written in Javascript

Awesome Lists containing this project

README

        

Kevoree
=======
Kevoree targetting JavaScript platforms (NodeJS and Web Browsers)

More information here: [http://kevoree.org](http://kevoree.org)

### Monorepo
This repository follows the concept of **monorepo** with the help of [Lerna](https://lernajs.io/).

### Developers
- `yarn install` (because it uses [workspaces](https://yarnpkg.com/blog/2017/08/02/introducing-workspaces/))
- ...*write code*...
- `lerna run test`
- :+1: