10000 kkt/example at master · kktjs/kkt · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History

example

Docs Preview Example

The react base application.

Quick Start

kkt start --docs @uiw/doc/web
kkt build
kkt doc --path ./build -p 30009
kkt doc --path @uiw/doc/web
kkt doc --path @uiw/doc/web:_uiw/doc --port 30002
kkt doc --path @uiw/doc/web:_uiw/doc -p 30002
kkt doc --path @uiw/doc/web:_uiw/doc -p 30002
kkt doc --path @uiw/react-native-doc/doc/build -p 30002

Open in CodeSandbox

Open in CodeSandbox

Development

development

Runs the project in development mode.

npm run start

production

Builds the app for production to the build folder.

npm run build

test

npm run test
npm run test:coverage

The build is minified and the filenames include the hashes. Your app is ready to be deployed!

0