A template for a Node.js Application using Slint with material components. Based on the material gallery.
This template helps you get started developing a JavaScript application with Slint as a toolkit
for the user interface and the material component set. It demonstrates the integration between the .slint
UI markup and JavaScript code, how to react to callbacks, get and set properties, and use of all available
material components for Slint.
The material components are currently available as a technical preview. Some components are still missing and changes to the api are possible. We will inform as soon as the component set is read for release.
We recommend using an IDE for development, along with our LSP-based IDE integration for .slint
files. You can also load this project directly in Visual Studio Code and install our Slint extension.
-
Clone this repository
git clone --recurse-submodules https://github.com/slint-ui/material-nodejs-template.git my-project cd my-project
-
Install dependencies:
npm install
-
Run the application:
npm start
We hope that this template helps you get started, and that you enjoy exploring making user interfaces with Slint. To learn more
about the Slint APIs and the .slint
markup language, check out our online documentation. Check out
also the material components documentation
Don't forget to replace the contents of this readme with your own project details. As well as dit the name =
field in package.json
to match the name of your
project.