https://github.com/jaydson/react-6to5
Playing with react and 6to5
https://github.com/jaydson/react-6to5
Last synced: over 1 year ago
JSON representation
Playing with react and 6to5
- Host: GitHub
- URL: https://github.com/jaydson/react-6to5
- Owner: jaydson
- Created: 2015-02-04T03:38:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-04T03:41:09.000Z (over 11 years ago)
- Last Synced: 2025-02-02T00:30:03.597Z (over 1 year ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## react-6to5
Playing with react and 6to5
## How to build
```shell
npm install -g 6to5 // If you dont have it yet
npm install
6to5 src/foo.js --out-file build/foo.js
```