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
- Host: GitHub
- URL: https://github.com/keuller/react-rsuite
- Owner: keuller
- Created: 2021-05-05T12:36:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-05T13:42:18.000Z (about 4 years ago)
- Last Synced: 2025-01-23T00:28:07.972Z (5 months ago)
- Language: JavaScript
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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