https://github.com/helton/jsx-live-transpiler
:sparkles: JSX Live Transpiler
https://github.com/helton/jsx-live-transpiler
babel es2015 jsx live-transpiling react
Last synced: 2 months ago
JSON representation
:sparkles: JSX Live Transpiler
- Host: GitHub
- URL: https://github.com/helton/jsx-live-transpiler
- Owner: helton
- License: mit
- Created: 2017-08-23T23:36:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-23T23:37:55.000Z (almost 9 years ago)
- Last Synced: 2025-05-22T23:14:15.606Z (about 1 year ago)
- Topics: babel, es2015, jsx, live-transpiling, react
- Language: HTML
- Homepage:
- Size: 300 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jsx-live-transpiler
A code editor that transpile your **ES2016 + React + JSX** code to **ES5**.
> Inspired by [Joe Maddalone tutorial available on Egghead](https://egghead.io/lessons/build-a-jsx-live-compiler) - Check it out!
## Usage
Type the command below and have fun!
`$ yarn start`
## Examples
### Without errors
[](images/right.png)
### With errors
[](images/with-errors.png)