generator-angular-mika

0.0.9 • Public • Published

generator-angular-mika NPM version Build Status Dependency Status Coverage percentage

Basic estructure of AngularJS

Installation

First, install Yeoman, generator-angular-mika, GulpJS, Browser-sycn and Nodemon using npm (we assume you have pre-installed node.js).

Command to install Yeoman and generator-angular-mika

npm install -g yo
npm install -g generator-angular-mika

Command to install GulpJS

npm install gulp gulp-cli -g

Command to install Nodemon

npm install nodemon -g

Command to install Browser-sycn

npm install -g browser-sync

Then generate your new project:

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

npm install

Once the installation process is finished, the task is called

gulp

And to finish, automatically, the task opens browser within a localhost:3000

Authors

License

MIT © Kevin Aguilar

Package Sidebar

Install

npm i generator-angular-mika

Weekly Downloads

0

Version

0.0.9

License

MIT

Unpacked Size

33.9 kB

Total Files

17

Last publish

Collaborators

  • kaguilara