IT momoa

  • 홈
  • 태그
  • 방명록

program/react 3

[react] proxy

npm install --save-dev http-proxy-middleware 백엔드와 프론트 앤드를 같은 도메인으로 운영하기 위해 사용 setupProxy.js const { createProxyMiddleware } = require("http-proxy-middleware"); module.exports = function (app) { app.use( "/api", createProxyMiddleware({ target: "http://localhost:3001", changeOrigin: true, }) ); };

program/react 2024.01.28

[react] react-helmet - header title 바꾸기

npm install react-helmet --> 설치가 필요 javascript 아래와 같이 표현 document.title = 'header title'; react 문법 예시 import { Helmet } from 'react-helmet'; header title react-helmet - npm

program/react 2024.01.28

[react] 환경세팅 , 프로젝트 생성, 빌드 하기

window 에서 cmd 창을 열어준다. ​ 초기세팅 ​ 기본적으로 node.js, npm은 설치가 되어 있어야 합니다. ​ npm init react-app [폴더이름] npm init react-app . -->폴더 안에서 프로젝트 생성하기 npm run start --> 프로젝트 개발 모드 실행하기 ​ ​ ctrl + c--> 프로젝트 개발 모드 실행 종료하기 ​ 2. 크롬에 react 개발자 도구 세팅하기 ​ react developer tools -> 구글 검색 크롬 확장 프로그램 설치하기 구글 개발자 도구에서 components 탭 클릭 ​ 3. 빌드하기 , 빌드 후 확인 실행 ​ npm run build --> 빌드 하기 ​ npx serve build --> 빌드 한 부분 서버 실행 ctr..

program/react 2024.01.28
이전
1
다음
더보기
프로필사진

it 관련 지식들을 모으고 정리하는 블로그 입니다.

  • It
    • it용어
    • program
      • java
      • web(html,css)
      • vue.js
      • node.js
      • react
      • next.js
      • javascript
      • python
      • jquery
      • tools
      • MFC
      • typescript
      • kotlin
    • DevOps
    • DB
    • etc

최근글과 인기글

  • 최근글
  • 인기글

Calendar

«   2025/09   »
일 월 화 수 목 금 토
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

Tag

db, undefined, 형변환, vscode, Python, web, tag, HTML, function, 컴퓨터, JavaScript, It, program, REACT, String, NULL, nextJS, coding, CSS, SQL,

Copyright © Kakao Corp. All rights reserved.

티스토리툴바