Crosslic is a very minimalistic framework for creating maximally cross-platform desktop and mobile applications. It has only what is minimally necessary, nothing extra.
Crosslic runs in two independent processes, which allows you to create a highly loaded backend with an instant response from the frontend.
To get started with Crosslic, follow these simple steps:
- install CLI
npm i -g crosslic
- init the project
crosslic init
- go to project and run him
cd project-name
crosslic dev
or run for wayland
crosslic dev --wayland
- build the project
crosslic build
Build in project-name/Crosslic_App/target/release
- Create CLI
- npm, yarn support
- react native, vue, angular support
- Completely end development mode