https://github.com/open-data-plan/component-template
template for react component
https://github.com/open-data-plan/component-template
Last synced: 10 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-29T11:31:52.000Z (about 2 years ago)
- Last Synced: 2025-08-10T22:23:52.381Z (11 months ago)
- Language: TypeScript
- Size: 17.9 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 9
-
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
```