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

https://github.com/open-data-plan/component-template

template for react component
https://github.com/open-data-plan/component-template

Last synced: 28 days ago
JSON representation

template for react component

Awesome Lists containing this project

README

        

# {name}

> {description}

## Install

```bash
npm install {name}
```

## Usage

```js
import Component from '{name}'
```

## Develop

```bash
npm install
npm run build
```