brew cask install iterm2
Or, if you do not have homebrew (you should ;)): Download and install iTerm2
iTerm2 has better color fidelity than the built in Terminal, so your themes will look better.
server { | |
listen 80; | |
server_name localhost; | |
charset utf-8; | |
tcp_nopush on; | |
tcp_nodelay on; | |
server_tokens off; | |
add_header Strict-Transport-Security "max-age=31536000;" always; | |
add_header Content-Security-Policy "default-src 'self' urls...; script-src 'self' urls..; img-src 'self' urls; style-src 'self' urls...; font-src 'self' urls..; child-src urls..;"; |
brew cask install iterm2
Or, if you do not have homebrew (you should ;)): Download and install iTerm2
iTerm2 has better color fidelity than the built in Terminal, so your themes will look better.
Thanks for coming to our hands-on introduction to Web Components & Polymer!
Please complete the following steps to get started. For any project we ask you to clone, clone them all to the same root project directory:
sudo
when running npm install
. If you wish to use NVM: