frontend/React
Reactjs create-react-app
Zeronine
2017. 11. 22. 19:44
// 글로벌 설치
npm install -g create-react-app
// hello 폴더로 생성
create-react-app hello
// hello 폴더로 이동
cd hello
// 테스트 서버 실행
npm start
// 빌드
npm run build
// 셋팅
npm run eject