Skip to content
/ render-suite Public template

boilerplate client/dev suite for Orbito Render.

License

Notifications You must be signed in to change notification settings

orbiter-cloud/render-suite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orbito Render

Orbito Render: microservice to render data + template as HTML.

For available configuration check the source repo readme.

  1. Start Render API
  2. Setup Template
  3. Use Render Client

Start Render API

Simply fork / clone / copy this repository, start the container - than setup a template:

docker-compose up

Orbito Render API: localhost:3000 (incl. OpenAPI Spec & Docs)

Setup Template

Creates a new template folder & file structure in the templates folder.

Uses the mounts from docker-compose.yml:

docker-compose run --rm render node cli.js tpl:init my-tpl

Use Render Client

Renders a basic template, using the NodeJS client and a minimalistic example setup:

cd client
npm i
npm start

Static file server: localhost:3001 which hosts client/build

License

This project is free software distributed under the MIT License.

© 2022 bemit UG (haftungsbeschränkt)

About

boilerplate client/dev suite for Orbito Render.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published