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
- Host: GitHub
- URL: https://github.com/open-data-plan/component-template
- Owner: open-data-plan
- Created: 2020-04-02T01:37:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T11:36:41.000Z (about 1 year ago)
- Last Synced: 2024-05-06T12:47:47.943Z (about 1 year ago)
- Language: TypeScript
- Size: 17.2 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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
```