https://github.com/aibolik/docz-v2-react-fragment-issue-repro
https://github.com/aibolik/docz-v2-react-fragment-issue-repro
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aibolik/docz-v2-react-fragment-issue-repro
- Owner: aibolik
- Created: 2019-11-20T09:18:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-20T09:20:36.000Z (over 5 years ago)
- Last Synced: 2025-02-15T05:27:59.939Z (4 months ago)
- Language: JavaScript
- Size: 213 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic Docz example
## Using `create-docz-app`
```sh
npx create-docz-app docz-app-basic
# or
yarn create docz-app docz-app-basic
```## Download manually
```sh
curl https://codeload.github.com/doczjs/docz/tar.gz/master | tar -xz --strip=2 docz-master/examples/basic
mv basic docz-basic-example
cd docz-basic-example
```## Setup
```sh
yarn # npm i
```## Run
```sh
yarn dev # npm run dev
```## Build
```sh
yarn build # npm run build
```## Serve built app
```sh
yarn serve # npm run serve
```