generator-angular-mika
v0.0.9
Published
Basic estructure of PW1 made whit MongoDB, ExpressJS, AngularJS and NodeJS, whit ES6 and basic OOP
Maintainers
Readme
generator-angular-mika

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-mikaCommand to install GulpJS
npm install gulp gulp-cli -gCommand to install Nodemon
npm install nodemon -gCommand to install Browser-sycn
npm install -g browser-syncThen generate your new project:
yo angular-mikaOpen your project
To open the project generated, the following steps must be followed
All dependencies must be installed with the command
npm installOnce the installation process is finished, the task is called
gulpAnd to finish, automatically, the task opens browser within a localhost:3000
Authors
License
MIT © Kevin Aguilar
