This repository contains all the dont-code no-code / low-code platform enabling you to quickly produce your very own application.
It's various subprojects provides an "non-developer" builder, an application previewer, typescript libraries for plugin developments, and several plugins.
It gets the application schema from the core library (extended by plugins), and dynamically generates a form with questions.
Dont-code platform relies on Angular & PrimeNg Please see the Developer's page to understand how it is being done.
This project contains multiple sub-projects, all linked together using Rush, pNPM. Each subproject is then build using Nx
- Installing
npm install nx @microsoft/rush -g Will install rush & nx.dev globally
rush update
- Running
You can run the builder with:
cd apps/ide-ui; nx ide-ui:serve:online
and point your browser to https://localhost:4200
- Running tests
rush test will execute all unit tests using Jest
-
Running End to end tests
rush e2e-testwill execute all End 2 end test under Cypress

