generator-angular-mika
Version:
Basic estructure of PW1 made whit MongoDB, ExpressJS, AngularJS and NodeJS, whit ES6 and basic OOP
76 lines (49 loc) • 2.19 kB
Markdown
# generator-angular-mika [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
> Basic estructure of AngularJS
## Installation
First, install [Yeoman](http://yeoman.io), generator-angular-mika, [GulpJS](https://gulpjs.com/), [Browser-sycn](https://browsersync.io/) and [Nodemon](https://nodemon.io/) using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).
Command to install [Yeoman](http://yeoman.io) and generator-angular-mika
```bash
npm install -g yo
npm install -g generator-angular-mika
```
Command to install [GulpJS](https://gulpjs.com/)
```bach
npm install gulp gulp-cli -g
```
Command to install [Nodemon](https://nodemon.io/)
```
npm install nodemon -g
```
Command to install [Browser-sycn](https://browsersync.io/)
```
npm install -g browser-sync
```
Then generate your new project:
```bash
yo angular-mika
```
### Open your project
To open the project generated, the following steps must be followed
All dependencies must be installed with the command
```bash
npm install
```
Once the installation process is finished, the task is called
```bash
gulp
```
And to finish, automatically, the task opens browser within a localhost:3000
## Authors
* [Kevin Aguilar (Front-end and fixes to Back-end)](https://github.com/KaguilarA)
* [Pabs Monestel (Back-end structure)](https://github.com/pabskun)
## License
MIT © [Kevin Aguilar](https://twitter.com/kaguilara_)
[npm-image]: https://badge.fury.io/js/generator-angular-mika.svg
[npm-url]: https://npmjs.org/package/generator-angular-mika
[travis-image]: https://travis-ci.org/KaguilarA/generator-angular-mika.svg?branch=master
[travis-url]: https://travis-ci.org/KaguilarA/generator-angular-mika
[daviddm-image]: https://david-dm.org/KaguilarA/generator-angular-mika.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/KaguilarA/generator-angular-mika
[coveralls-image]: https://coveralls.io/repos/KaguilarA/generator-angular-mika/badge.svg
[coveralls-url]: https://coveralls.io/r/KaguilarA/generator-angular-mika