https://github.com/devrchancay/components-demo
https://github.com/devrchancay/components-demo
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devrchancay/components-demo
- Owner: devrchancay
- Created: 2020-06-18T15:51:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-18T15:52:07.000Z (almost 6 years ago)
- Last Synced: 2025-04-09T20:51:05.489Z (about 1 year ago)
- Language: TypeScript
- Size: 343 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my-components
This is a template repo. just clone it, export it and rename to set your own component library module name.
## Usage
To install dependencies
```
$ yarn install
```
To build
```
$ yarn build
```
To run tests
```
$ yarn test
```
To run Storybook
```
$ yarn storybook
```