/isomorphic-documenation

Redefined documentation of Isomorphic

Primary LanguageJavaScript

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