An open API service indexing awesome lists of open source software.

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

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
```