Skip to content
/ bdui-demo Public template

Example for how a backend driven UI work for a simplified version

License

Notifications You must be signed in to change notification settings

TOPOFGR/bdui-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend Driven UI

This is an open source project for a demonstration of how a backend driven ui integrations works.

My Web

This is project by Next.js that shows how custom components and integrations with 3rd party libraries like Material UI work.

It also shows in a very simplified way how a server-driven frontend framework uses backend components and JSONs to make page rendering possible.

API UI

A Nestjs project, with simple templates to show how different views work from a single page, as well as having frontend scalability.

Run the project

Environment:

  • Node: v20.14.0

Frontend

cd my-web
npm install
npm run dev

Backend

cd ui-api
npm install
npm run start:dev

Support

Want to contribute yourself? Just upload a pull request!

Stay in touch

License

BDUI-DEMO is MIT licensed.