tbcaccess-app-renderer
v0.0.156
Published
This is the renderer for apps. It consists of a `registerAppRenderer` to initialise the renderer and an app component called `access-app` that actually renders the apps.
Readme
Overview
This is the renderer for apps. It consists of a registerAppRenderer to initialise the renderer and an app component called access-app that actually renders the apps.
Initialising the project
- Run
npm i
Running locally
- Run
npm run dev
A test web site will run that renders the hello world app.
