Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rsuite/rsuite-admin-template

Admin Dashboard Template. Ease developers’ life with the React Suite 5. TypeScript will help with optimizing. Quick start & easily extensible code.
https://github.com/rsuite/rsuite-admin-template

admin dashboard react reactjs rsuite template theme typescript ui webpack

Last synced: 10 days ago
JSON representation

Admin Dashboard Template. Ease developers’ life with the React Suite 5. TypeScript will help with optimizing. Quick start & easily extensible code.

Awesome Lists containing this project

README

        

# Admin Dashboard Template

Ease developers’ life with the React Suite 5. TypeScript will help with optimizing. Quick start & easily extensible code.

![preview](./preview-1.png)

![preview](./preview-2.png)

## Development

Fork this repo to your namespace and clone to your local machine.

```
git clone [email protected]:/rsuite-admin-template.git
$ cd rsuite-admin-template
```

Install dependencies

```
npm install
```

Now you can start the development server by running npm run dev

It's serving at http://127.0.0.1:3100/ by default.

```
npm run dev
```

## License

MIT © [simonguo](https://github.com/simonguo)