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 yonpm 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