Create React App with an Express Backend
React 2020. 9. 15. 15:35
daveceddia.com/create-react-app-express-backend/
daveceddia.com/create-react-app-express-backend/#configure-the-proxy
The port (3001) in the “proxy” line must match the port that your Express server is running on.
'React' 카테고리의 다른 글
[2장 JSX] 코드 이해하기 (0) | 2020.11.19 |
---|---|
yarn 설치 (0) | 2020.11.19 |
redux-example (0) | 2019.08.08 |
[리액트를 다루는기술] webpack.config.dev.js 파일이 없을 경우 (0) | 2019.08.08 |
[React 교과서] jsx를 js로 변환 (babel 세팅) (0) | 2019.08.07 |