A lightweight JavaScript framework based on Template and Shadow
npm i --save https://github.com/Schlipak/Yoru
or
yarn add https://github.com/Schlipak/Yoru
Yoru ships with a couple (for now) tools to make development easier. First, install Yoru globally:
yarn global add https://github.com/Schlipak/Yoru
This installs a yoru
command, which can:
- Create a project scaffolding with
yoru new <appname>
- Run an app with
yoru run | yoru serve
(This currently actually serves the current directory)
yoru new myApp && cd my-app && yoru run
Navigate to http://0.0.0.0:3000
TODO
TODO
- Compile the library with
make
(optional) - Serve the
examples/
directory (You can useyoru run
for this) - Open http://0.0.0.0:3000 in your favourite MODERN browser. (No polyfill support yet)