create-react-app 앱 이름
(firebase console 에도 프로젝트 생성)
1. yarn build
프로젝트를 build 한다.
2. npm install firebase-tools
firebase 모듈 다운로드
3. firebase init
ready to proceed? yes
what do you want to use as your public directory ? build
Configure as a single-page app ( rewrite all urls to /index.html )? yes
File build/index.html already exists. overwrite? no
로그인을 하지 않으면 3번이 안 될수도 있다.
그럴때는 firebase login 명령어 입력
4. firebase deploy
끝.
'JavaScript│Node js' 카테고리의 다른 글
타입 스크립트 rest api 만들기 (0) | 2019.03.21 |
---|---|
node js 간단 mysql 사용 방법 (0) | 2019.02.07 |
React componentWillMount , ComponentDidMount 메소드 (0) | 2018.11.09 |
리액트 props , state (0) | 2018.11.08 |
react js 살펴보기 (0) | 2018.11.08 |
댓글