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
- Host: GitHub
- URL: https://github.com/irontec/generator-ngbabel
- Owner: irontec
- Created: 2015-08-31T08:29:26.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-31T08:32:39.000Z (almost 11 years ago)
- Last Synced: 2025-01-31T04:53:52.959Z (over 1 year ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 2
- Watchers: 24
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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