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

https://github.com/irontec/generator-ngbabel

Generator for AngularJS projects with ES6 Features
https://github.com/irontec/generator-ngbabel

Last synced: 7 months ago
JSON representation

Generator for AngularJS projects with ES6 Features

Awesome Lists containing this project

README

          

# generator-ngbabel
> [Yeoman](http://yeoman.io) generator

[JSPM](http://jspm.io/) + [Babel](https://babeljs.io) + [AngularJS](https://angularjs.org/) + [Gulp](http://gulpjs.com/) generator

### Requirements
* In order to run the generator we need to install yo and generator-ngbabel
* The generated project will require Gulp to perform some tasks

```bash
npm i -g gulp yo generator-ngbabel
```

### Generating a project

```bash
yo ngbabel
```

### Serve
```bash
gulp
# or
npm start
```

## License

MIT