Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 1.02 KB

README.md

File metadata and controls

61 lines (39 loc) · 1.02 KB

Iso

Build and prototype with pure JSX – no build setup or command line required


  • Prototype with React components
  • Create layouts using only JSX
  • No command line required
  • No build setup
  • Configurable component libraries
  • Configurable themes
  • Support for styled-components

Contributing

Development

Install dependencies

npm i

Compile source code for the renderer process

npm run watch

Start the electron app

npm start

Migrating from previous Iso versions (below v0.1.0)

Iso v0.1.0 includes breaking changes for how JSX files and configurations work. If you've used a previous version of Iso, see the Migration Guide for more information.


Made by Compositor | MIT License