An open API service indexing awesome lists of open source software.

https://github.com/mannuelf/react-docz-alamode


https://github.com/mannuelf/react-docz-alamode

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# React docz alamode

React and docz alamode is an example of using Docz and react in one single repo.

![almode](./.readme/Pie_A_La_Mode.jpeg)
photo: Dwight Burdette, CC BY 3.0 , via Wikimedia Commons

## Getting started

Fork repo, and clone it.

```bash
yarn install
```

### local development

Start development server and docz documentation development server at same time

```bash
yarn dev
```

### docz documentation only

```bash
yarn docz:dev
```