newsq Front-End Heroku 로 deploy하기 $cd Front-End $yo heroku <-- "Do you want a separate git repository in dist?" 질문에 Y를 선택 $git init $git add . $git commit -m "initial commit" $heroku create newsq $grunt heroku