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

https://github.com/keuller/react-rsuite

Demo app usegin React and rsuite UI
https://github.com/keuller/react-rsuite

Last synced: 3 months ago
JSON representation

Demo app usegin React and rsuite UI

Awesome Lists containing this project

README

        

# react-rsuite
Demo app using React and rsuite UI.

## Goal

Create a web application that demonstrates some rsuite components and try DX provided by rsuite. This project was created using CRA, uses react-router and react-spring for transitions.

## Clone the repo

```
git glone https://github.com/keuller/react-rsuite.git
```

## Install dependencies

```
npm install
```

## Running

```
npm start
```

Open up your browser at http://localhost:3000