Skip to content

caliuf/angular-yo

Repository files navigation

angular-yo

This project is generated with yo angular generator version 0.14.0.

Following the guide: yo angular tutorial. [Currently at step 6]

Check this guide too: Creating a useful AngularJS project structure and toolchain

See GitHub Yo Angular Generator page

PreBuild

[
sudo apt-get install ruby ruby-dev
yum install ruby ruby-devel
]

sudo npm install -g npm
sudo npm install -g grunt-cli bower yo generator-karma generator-angular

sudo npm cache clean -f
sudo npm install -g n
sudo n stable

sudo gem update --system
sudo gem install compass

node --version && npm --version && bower --version && grunt --version && git --version && compass --version && yo --version
yo doctor

mkdir my-new-project && cd $_
yo angular [app-name]

npm ls
npm install
? npm install phantomjs
? npm install jasmine-core
? npm install karma
? npm install log4js


grunt

cd node_modules/grunt-contrib-imagemin/
npm install [email protected]
cd -

Build & development

Run grunt for building and grunt serve for preview.

Testing

Running grunt test will run the unit tests with karma.

Link

Pacchetti interessanti Javascript (with Bower)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published