Skip to content

dmitryhd/boilerplate-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

boilerplate-web

Ubuntu 14.04 installation process

# install npm and node.js
curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
sudo apt-get install -y nodejs npm

sudo ln -s /usr/bin/nodejs /usr/bin/node

# install grunt
# sudo npm install -g grunt-cli

# install bower
sudo npm install -g bower

Unittests (Jasmine + angular mock)

open unittest.html in browser

Bower

First run:

  • bower init
  • bower install angularjs --save
  • bower install bootstrap --save

Second run:

  • bower install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published