0.0.1 • Published 4 years ago

test-qe-ui v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

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