Example
- Ensure that you have Polymer
CLI
installed in your system globally. If not, open your command
line/terminal interface and run this command:
npm install -g polymer-cli
Note: If you're an Ubuntu user, you may have to prefix the above code with sudo keyword.
- After Polymer CLI installs, run this command
cd [YOUR DIRECTORY IN WHICH YOU WANT TO START YOUR PROJECT]
polymer init
- You will be given 4 options. Use arrows keys to go to the 4th one i.e. starter-kit. Hit
Enter key.
All the required files will be downloaded in your selected directory.