Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaydson/react-6to5
Playing with react and 6to5
https://github.com/jaydson/react-6to5
Last synced: 30 days 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-04T03:41:09.000Z (almost 10 years ago)
- Last Synced: 2024-10-17T16:55:10.145Z (3 months 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
```