Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alextim/tutorial-admin
https://github.com/alextim/tutorial-admin
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alextim/tutorial-admin
- Owner: alextim
- Created: 2023-01-03T22:35:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T12:00:06.000Z (about 1 year ago)
- Last Synced: 2024-10-30T21:08:13.524Z (about 2 months ago)
- Language: TypeScript
- Size: 2.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# tutorial-admin
TREE
https://codesandbox.io/s/6z97krzr6n?fontsize=14&file=/example-data.js
https://stackoverflow.com/questions/51758251/how-to-drag-and-drop-on-antd-tree-table
https://atlaskit.atlassian.com/packages/confluence/tree/example/drag-and-drophttps://codesandbox.io/s/vertical-list-58g70
https://github.com/atlassian/react-beautiful-dnd/issues/1547#issuecomment-831647575
https://github.com/frontend-collective/react-sortable-tree!!!!
https://github.com/clauderic/dnd-kit
This [refine](https://github.com/pankod/refine) project was generated with [superplate](https://github.com/pankod/refine).
## Getting Started
**refine** is a React-based framework for building data-intensive applications in no time ✨
Refine offers lots of out-of-the box functionality for rapid development, without compromising extreme customizability. Use-cases include, but are not limited to admin panels, B2B applications and dashboards.
## Available Scripts
### Running the development server.
```bash
npm run dev
```### Building for production.
```bash
npm run build
```### Running the production server.
```bash
npm run start
```## Learn More
To learn more about **refine**, please check out the [Documentation](https://refine.dev/docs)
- **REST Data Provider** [Docs](https://refine.dev/docs/core/providers/data-provider/#overview)
- **Ant Design** [Docs](https://refine.dev/docs/ui-frameworks/antd/tutorial/)
- **React Router** [Docs](https://refine.dev/docs/core/providers/router-provider/)## License
MIT