Use an example of Less.
$ npx create-kkt my-app -e less
cd my-app
npm installdevelopment
Runs the project in development mode.
npm run startproduction
Builds the app for production to the build folder.
npm run buildThe build is minified and the filenames include the hashes. Your app is ready to be deployed!