Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/essomia/react-elementis
A development sandbox for custom-made React components.
https://github.com/essomia/react-elementis
component-library react
Last synced: about 1 month ago
JSON representation
A development sandbox for custom-made React components.
- Host: GitHub
- URL: https://github.com/essomia/react-elementis
- Owner: Essomia
- Created: 2022-06-06T16:05:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T14:23:38.000Z (7 months ago)
- Last Synced: 2024-06-12T20:18:55.627Z (7 months ago)
- Topics: component-library, react
- Language: JavaScript
- Homepage:
- Size: 648 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Elementis
A development sandbox for custom-made React components.
## Features
- Use `vite` as a bundler.
- Use `eslint` as javascript linter.
- Use `storybook` to develop React component in isolation.## Installation
1. Clone repository into your machine.
2. Run:
```shell
cd react-elementis
npm install
```
3. Dev apps:
```shell
npm run dev
npm run storybook:dev
```
4. Build apps:
```shell
npm run build
npm run storybook:build
```