728x90
1. 설치하기
npm install netlify-cli -g
netlify deploy
2. 회원가입 후 승인
3. Create & configure a new site
4. Team & Site name 설정
5. publish directory = build로
클라이언트 측 라우팅 지원
public/_redirects 파일을 생성하고
/* /index.html 200
6. draft url 로 최종 결과물을 확인하고, 프로덕션 모드로 배포
netlify deploy --prod
https://create-react-app.dev/docs/deployment#netlify
728x90