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

https://github.com/chaiyokung/react-aria-styled-components

Using React Aria with Styled Components
https://github.com/chaiyokung/react-aria-styled-components

Last synced: 2 months ago
JSON representation

Using React Aria with Styled Components

Awesome Lists containing this project

README

        

# React Aria with Styled Components

## Getting Started

1. Install pnpm
```
npm install -g pnpm
```
2. Install dependencies
```
pnpm install
```
3. Run development mode
```
pnpm dev
```
4. Run preview production mode
```
pnpm build
pnpm preview
```