Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mitchgavan/grunt-browserify-babel

An example setup for ES6 modules with Browserify and Grunt
https://github.com/mitchgavan/grunt-browserify-babel

babel browserify es6 grunt javascript

Last synced: 3 days ago
JSON representation

An example setup for ES6 modules with Browserify and Grunt

Awesome Lists containing this project

README

        

# grunt-browserify-babel
An example setup for ES6 modules with Browserify and Grunt. You can find the accompanying blog post [here](http://mitchgavan.com/es6-modules/)

## Getting Started
Once you've got the code, install the dependencies by navigating to the directory and running the following command:

```
npm install

```

Build for development and watch files

```
npm start
```

Build for production

```
npm run build
```