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

https://github.com/pomber/react-dx-boilerplate

A react starter kit, based on create-react-app, focused on developer experience
https://github.com/pomber/react-dx-boilerplate

boilerplate react react-boilerplate react-starter-kit reactjs starter-kit storybook

Last synced: about 1 month ago
JSON representation

A react starter kit, based on create-react-app, focused on developer experience

Awesome Lists containing this project

README

          

## Includes:

* create-react-app
* storybook with addons (actions, options, chapters)
* koa
* antd

## Clone

```bash
git clone https://github.com/pomber/react-dx-boilerplate.git my-project
cd my-project
rm -rf .git
yarn install
yarn dev
```

## Usage

* Move between stories with `ctrl + shift + right` or `ctrl + shift + left`