REACT_APP_ 썸네일형 리스트형 Using environment variables in the .env file in reactjs .env fileREACT_APP_NODE_ENV=REACT_APP_GOOGLE_KEY= index.jsimport dotenv from "dotenv";dotenv.config();...const { REACT_APP_NODE_ENV, REACT_APP_GOOGLE_KEY } = process.env;... You can use dotenv module with REACT_APP_ prefix.. 더보기 이전 1 다음