Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 377 Bytes

linux-install.md

File metadata and controls

22 lines (19 loc) · 377 Bytes

Install NVM and NodeJS

git clone https://github.com/creationix/nvm.git
. ~/nvm/install.sh
nvm install 0.10
nvm alias default 0.10

Install Grunt and Bower

npm install grunt-cli bower -g

Install npm & bower packages and dependancies

npm install
bower install