Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pmadruga/myui

Example on how to build your own UI components library and showcase it in the same code structure
https://github.com/pmadruga/myui

Last synced: 2 months ago
JSON representation

Example on how to build your own UI components library and showcase it in the same code structure

Awesome Lists containing this project

README

        

# myUI

Example on how to build your own UI components library and showcase it in the same code structure. Check the medium article.

## Getting Started

### Installing

```
yarn
```

## Building

To build the library:

`yarn build`

To build the docs:

`yarn build:docs`

## Running

To start the documentation where you can show case the elements from lib:

`yarn start`

## Built With

* [Webpack 4](https://webpack.js.org/) - For building the library
* [Parcel Bundler](https://parceljs.org/) - For building the docs
* React

## Contributing

All PR's are welcome.

## Authors

* **Pedro Madruga** - [twitter](https://twitter.com/thepedromadruga)

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details