Linux Instructions

[vc_row][vc_column width="1/1"][vc_column_text]Install node.js Login as root or sudoer. curl -sL https://deb.nodesource.com/setup | sudo bash - apt-get install -y nodejs OR apt-get install nodejs Update NPM npm install npm -g Test NPM npm -v (Version should be greater than 2.1.8) Installing NPM Packages There are a thousands of packages available we will use Google’s Material...