Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 2.35 KB

README.md

File metadata and controls

42 lines (28 loc) · 2.35 KB

Structor - visual editor for React components.

facebook group Twitter Follow

npm version npm downloads

What Structor is:

  • 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.

What Structor is not:

  • 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.

Getting started

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.

Useful readings

Tips

  • To run with different port: structor -p <port>
  • To run in verbose mode: structor -v

License

Apache License, Version 2.0 (Apache-2.0)