BearCola
4/25/2019 - 6:00 AM

React Deploy 로컬 배포

create-react-app 이후 

npm run build
npx serve -s build
(yarn global add serve / serve -s build)