-
Bower
sudo npm install -g bower
-
Grunt cli
sudo npm install -g grunt-cli
-
Clone the boilerplate repo.
git clone
-
Inside the project directory, run init_project.sh
./init_project.sh
-
Install node and bower dependencies
npm install
bower install
If you have permission issues with installing node modules, run the following two commands
sudo chown -R $USER ~/.npm
sudo chown -R $USER /usr/local/lib/node_modules
PS: NO need to replace $USER part, that's a linux command to get your user
-
Initialize grunt
grunt
Before you start messing around in the source code, run
grunt