Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 488 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 488 Bytes

보일러플레이트

동게 템플릿

미리 설치해 올 것

$ 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