Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mohamedsamara/react-styled-components

React Styled Components Examples
https://github.com/mohamedsamara/react-styled-components

react styled-components styled-system typescript

Last synced: 13 days ago
JSON representation

React Styled Components Examples

Awesome Lists containing this project

README

        

# React Styled Components

## Description

React Styled Components is a collection of reusable components built with `styled-components` and `styled-system`, designed for the development of React applications. This project provides a set of essential components like Typography, Box, Container, Flex, and more, each styled with a focus on flexibility and responsiveness.

## Quick start

1. Clone this repo using `git clone https://github.com/mohamedsamara/react-styled-components.git`
2. Move to the directory: `cd `.
3. Run `yarn install` in order to install dependencies.

## Start development

```bash
yarn dev
```

## Simple build for production

```bash
yarn build
```

## Preview production build

```bash
yarn preview
```

## Format with Prettier

```bash
yarn format
```

## Run Linter

```bash
yarn lint
```

## Testing with Jest

```bash
yarn test
```

## E2E Testing with Cypress

```bash
yarn cypress:open
```