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

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.

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