Skip to content

Development

Zubaidullo edited this page Sep 25, 2017 · 4 revisions

Install Node.js and NPM

Add Node.js PPA

sudo apt-get install python-software-properties

curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -

Install Node.js

sudo apt-get install nodejs

sudo apt-get install nodejs-legacy

sudo apt-get install npm

Make sure you have successfully installed node.js and npm on your system

node --version npm --version

Install Grunt using NPM

sudo npm install -g grunt

After successful installation make sure grunt has been installed successful and check version.

grunt --version

Install Bower using NPM

sudo npm install -g bower

Let's check the installed version of bower on your system using following command.

bower --version

Run:

bash setup.sh

Clone this wiki locally