Use an example of TypeScript
.
$ npx create-kkt my-app -e typescript
cd my-app
npm install
development
Runs the project in development mode.
npm run start
production
Builds the app for production to the build folder.
npm run build
The build is minified and the filenames include the hashes. Your app is ready to be deployed!