https://github.com/yangshun/react-component-starter
⚗️ Starter kit for React components written in ES6.
https://github.com/yangshun/react-component-starter
boilerplate component react starter-template
Last synced: 4 months ago
JSON representation
⚗️ Starter kit for React components written in ES6.
- Host: GitHub
- URL: https://github.com/yangshun/react-component-starter
- Owner: yangshun
- License: mit
- Created: 2017-01-30T05:05:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-01T17:13:35.000Z (over 8 years ago)
- Last Synced: 2025-05-05T22:09:44.941Z (5 months ago)
- Topics: boilerplate, component, react, starter-template
- Language: JavaScript
- Homepage:
- Size: 340 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
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