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
- Host: GitHub
- URL: https://github.com/pomber/react-dx-boilerplate
- Owner: pomber
- License: mit
- Created: 2017-12-30T00:04:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-08T04:16:35.000Z (over 8 years ago)
- Last Synced: 2025-10-19T15:57:10.004Z (8 months ago)
- Topics: boilerplate, react, react-boilerplate, react-starter-kit, reactjs, starter-kit, storybook
- Language: JavaScript
- Size: 117 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
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`