Skip to content

kevoree/kevoree-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kevoree

Kevoree targetting JavaScript platforms (NodeJS and Web Browsers)

More information here: http://kevoree.org

Monorepo

This repository follows the concept of monorepo with the help of Lerna.

Developers

  • yarn install (because it uses workspaces)
  • ...write code...
  • lerna run test
  • 👍