firebase2 react 앱 firebase 에 배포하기 https://console.firebase.google.com/에 들어가서 앱을 하나 생성한다. 1. 프로젝트 디렉토리에서 firebase tool을 다운 받는다. npm install -g firebase-tools 2. 프로젝트 디렉토리에서 firebase에 로그인 한다. firebase login 3. 프로젝트 디렉토리에서 firebase 를 초기화 한다. firebase init 4. firebase deploy를 사용해서 배포한다. public 디렉토리를 사용할 것이냐는 질문에는 build 라고 답한다. single page app 은 No 로 대답한다. overwrite 404 , index.html 모두 no 로 답한다. 5. 배포 된 웹사이트를 확인하면 된다. 6. 변경사항을 배포하고 싶.. 2019. 10. 16. React Progressive web app 튜토리얼 ( 만들고 , firebase에 배포하기 ) 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 명령어 .. 2018. 11. 11. 이전 1 다음