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.