일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 프로그래밍 언어론
- 컴퓨터 네트워크
- useState
- Java
- websocket
- React JS
- 코틀린
- 리액트 훅
- vanillaJS
- 자바
- 장고
- design pattern
- 코딩테스트 고득점 Kit
- NextJS
- codesandbox
- 프로그래머스
- 리액트
- 백준
- 자바 공부
- 디자인 패턴
- 자바스크립트
- 프로그래머스 완전탐색
- JavaScript
- 코딩테스트 고득점 Kit 완전탐색
- 데이터모델링과마이닝
- react hook
- react firebase
- useEffect
- 프로그래머스 자바
- react
Archives
- Today
- Total
목록npm install --save firebase (1)
기록하는 개발자
[React, Firebase] TwitterCloneCoding 0.0 초기 환경 설정 및 firebase 설치
1. npx create-react-app [appName] 2. firebase project 만들기 3. terminal 창에 firebase install > npm install --save firebase 4. src 폴더 내 firebase.js 파일 생성 5. firebase SDK의 firebaseConfig 복사하여 아래와 같이 구성 import { initializeApp } from "firebase/app"; const firebaseConfig = { apiKey: "a", authDomain: "b", projectId: "c", storageBucket: "d", messagingSenderId: "e", appId: "f" }; export default initializeA..
Web/React
2021. 10. 11. 17:19