yl_config_ui
v4.10.1
Published
## Using `create-docz-app`
Downloads
10
Readme
Typescript Docz example
Using create-docz-app
npx create-docz-app docz-app-typescript --example typescript
# or
yarn create docz-app docz-app-typescript --example typescript
Download manually
curl https://codeload.github.com/doczjs/docz/tar.gz/master | tar -xz --strip=2 docz-master/examples/typescript
mv typescript docz-typescript-example
cd docz-typescript-example
Setup
yarn # npm i
Run
yarn dev # npm run dev