100일 챌린지/빅데이터기반 인공지능 융합 서비스 개발자

Day 78 - React 프로그램 배포하기

ksyke 2024. 11. 19. 14:31

목차

    Babel

    https://babeljs.io/

     

    Babel · Babel

    The compiler for next generation JavaScript

    babeljs.io

    ->웹이 이해할 수 있는 형태로 javascript를 변형

    build 하기

    build 된 것을 임시 서버로 서비스 하기

    npx serve -s build

    server 만들어서 배포하기 

    https://start.spring.io/

    localhost:8080

    window apache 서버로 배포하기

    https://httpd.apache.org/docs/current/ko/platform/windows.html

     

    Microsoft Windows에서 아파치 사용법 - Apache HTTP Server Version 2.4

    Microsoft Windows에서 아파치 사용법 이 문서는 최신판 번역이 아닙니다. 최근에 변경된 내용은 영어 문서를 참고하세요. 이 문서는 Microsoft Windows에서 아파치 2.0을 설치, 설정, 실행하는 방법을 설명

    httpd.apache.org

     

    nginx 서버로 배포하기

    https://nginx.org/en/

     

    nginx

    nginx nginx ("engine x") is an HTTP web server, reverse proxy, content cache, load balancer, TCP/UDP proxy server, and mail proxy server. Originally written by Igor Sysoev and distributed under the 2-clause BSD License. Known for flexibility and high perfo

    nginx.org