동게 템플릿
$ apt update
$ apt upgrade -y
$ apt install npm vim git wget -y
$ wget -O ~/.vimrc https://raw.githubusercontent.com/kswgit/vimrc/master/vimrc/noVundle
$ npm upgrade --global npm
$ npm install --global n yarn
$ n lts
$ yarn upgrade --global yarn
$ cd ~
$ git clone https://github.com/kswgit/boilerplate
$ yarn install
$ yarn start