https://github.com/yangshun/react-auto-forms
https://github.com/yangshun/react-auto-forms
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yangshun/react-auto-forms
- Owner: yangshun
- License: mit
- Created: 2017-04-01T16:16:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-21T17:06:09.000Z (over 8 years ago)
- Last Synced: 2025-05-04T15:03:37.462Z (5 months ago)
- Language: JavaScript
- Size: 98.6 KB
- Stars: 1
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Component Starter
Starter project for React components written in ES6.
## Getting Started
This project uses [Yarn](https://yarnpkg.com/) for dependency management and [React Storybook](https://getstorybook.io/) for development.
Please [install](https://yarnpkg.com/docs/install) it before you get started.```
$ yarn install
$ npm run storybook
```Visit in your browser to see the storybook development environment.
## Build
```
$ npm run clean
$ npm run check # Make sure tests and lints are passing
$ npm run build
```Or simply use the following command which combines the 3 commands above:
```
$ npm run prepublish
```## TODO
- Add development instructions
- Add instructions on including CSS## License
MIT