- Structor is a visual editor (WYSIWYG editor) - you may construct a React component of any complexity combining components and styling them right on the page.
- Structor is a scaffolding tool - you may generate scaffolds of different types of React components (dumbs, containers) with different configuration.
- Structor is a library tool - you may find many full-fledged components which can be installed into your project from Structor Market.
- Structor is a playground tool - you may modify the source code and have an instant feedback immediately because of embedded Hot Reloading tools.
- Structor is not a graphical Web design tool.
- Structor is not a Web site/Web app/Web pages generator tool.
- Structor does not modify the source code of your project.
Beginning from version 2 Structor must be installed as a local npm module into React Boilerplate project.
For your convenience there is a clone of React Boilerplate project genuinely integrated with Structor: https://github.com/ipselon/react-boilerplate-clone
Please find The Instruction of how to install and start working with Structor in the compatible clone.
- To run with different port:
structor -p <port>
- To run in verbose mode:
structor -v
Apache License, Version 2.0 (Apache-2.0)