Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```