Development server of create-react-app does not auto refresh

后端 未结 17 1542
清酒与你
清酒与你 2020-12-01 07:30

I am following a tutorial on React using create-react-app. The application is created by create-react-app v1.3.0

create-react-app my-app

T

17条回答
  •  粉色の甜心
    2020-12-01 07:46

    I came up against this same problem when starting the server through npm run start. When I changed it to npm start, it worked as expected.

提交回复
热议问题