AngularJS is an open-source web application framework, maintained by Google and community, that assists with creating single-page applications, one-page web applications that only require HTML, CSS, and JavaScript on the client side. Its goal is to augment web applications with model–view–controller (MVC) capability, in an effort to make both development and testing easier.
# create project
yo angular
# install dependecny
npm install
# run server
grunt serve
# browser website
browser 127.0.0.1:9000
Fell free to skip these steps. They are not big deals.
bower install font-awesome --save
bower install angular-bootstrap --save
- GitHub, (2014). yeoman/generator-angular. [online] Available at: https://github.com/yeoman/generator-angular [Accessed 25 Jun. 2014].
sudo npm install -g yeoman-generator
yo angular
- Stackoverflow (2014). AngularJS Folder Structure - Stack Overflow. [online] Stackoverflow.com. Available at: http://stackoverflow.com/questions/18542353/angularjs-folder-structure [Accessed 25 Jun. 2014].