# react-dockable-archived
**Repository Path**: mirrors_DanFessler/react-dockable-archived
## Basic Information
- **Project Name**: react-dockable-archived
- **Description**: A framework for building tools in a photoshop-like GUI system
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-03-08
- **Last Updated**: 2026-04-04
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
*This project is a work in progress*

**React-Dockable** is a GUI framework for building flexible and scalable tools. Largely inspired by Photoshop's GUI, every widget is contained in dockable palette windows which can be re-configured however suits your workflow, allowing you to focus on the functional components of your tool without worrying about how or where to present it in the interface.
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
### `npm run build`
Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!