preducks is a visual prototyping tool for developers employing React component architecture alongside the comprehensive type checking of TypeScript. In other words, you can draw prototypes and export React / Typescript code!
preducks allows the user to visualize their application architecture dynamically, employing a canvas display, an application tree, and a real-time component code preview. The user can create components and load instances of these components, as well as nested HTML elements, onto the canvas. This architecture can then be exported as TypeScript application files to be used as a starter template for any repository.
- Fork and Clone repository.
- open project directory
- install dependencies
npm install
- run application
npm start
- for development experience
npm run dev
This project is licensed under the MIT License - see the LICENSE.md file for details.