https://github.com/aackerman/minnebar10
Several examples of using babel with other major tools
https://github.com/aackerman/minnebar10
Last synced: 8 months ago
JSON representation
Several examples of using babel with other major tools
- Host: GitHub
- URL: https://github.com/aackerman/minnebar10
- Owner: aackerman
- Created: 2015-04-11T01:19:44.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-21T00:17:01.000Z (about 11 years ago)
- Last Synced: 2025-07-03T00:09:47.388Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 426 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## MinneBar 10
Examples of using Babel with different front-end technologies.
Each example should be able to be run with the following
```bash
$ npm install
$ npm run this
```
### Running a specific examples
```bash
$ git clone https://github.com/aackerman/minnebar10.git
$ cd babel-with-eslint
$ npm install
$ npm run this
```