npm install trinity-webbash
$ npm install --save trinity-web
`Documentation
The early documentation is available at trinity.js.org. It will change frequently as new features are added, so keep an eye out!
Also, you can look into the tests directory for an insight into how to use it.
Getting Started
> index.html`html
`> Setup app entry
index.js`js
import { Trinity } from 'trinity-web'const app = new Trinity('app')
...
``