This is an open source project for a demonstration of how a backend driven ui integrations works.
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.
A Nestjs project, with simple templates to show how different views work from a single page, as well as having frontend scalability.
- Node: v20.14.0
cd my-web
npm install
npm run dev
cd ui-api
npm install
npm run start:dev
Want to contribute yourself? Just upload a pull request!
- Author - Franco Galeano
- Github - @TOPOFGR
- Twitter / 𝕏 - @TOPOFGRdev
BDUI-DEMO is MIT licensed.