npm install -g polymer-cli
Note: If you're an Ubuntu user, you may have to prefix the above code with
sudo
keyword.
cd [YOUR DIRECTORY IN WHICH YOU WANT TO START YOUR PROJECT]
polymer init
Enter
key.All the required files will be downloaded in your selected directory.