This example contains app and framework
Start an application using custom framework called yadan
$ cd app
$ npm install
$ npm link ../yadan
$ npm run dev
Yadan is a framework, it should be published to npm normally. With this example, you just npm link
it.
Application
$ cd app
$ npm test
Framework
$ cd yadan
$ npm test
Please open an issue here.