목차
Babel
Babel · Babel
The compiler for next generation JavaScript
babeljs.io
->웹이 이해할 수 있는 형태로 javascript를 변형
build 하기
build 된 것을 임시 서버로 서비스 하기
npx serve -s build
server 만들어서 배포하기
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 서버로 배포하기
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
'100일 챌린지 > 빅데이터기반 인공지능 융합 서비스 개발자' 카테고리의 다른 글
Day 78 - react 문법(2) (0) | 2024.11.20 |
---|---|
Day 78 - React로 CRUD 프로그램 만들기 (2) spring에서 데이터셋 활용하기 [h2] (1) | 2024.11.19 |
Day 78 - React로 CRUD 프로그램 만들기 (1) dummy json 사용 (0) | 2024.11.19 |
Day 77 - React 사용하기, 문법(1) (0) | 2024.11.18 |
Day 77 - Nodejs express로 CRUD 프로그램 만들기 (0) | 2024.11.18 |