瓷砖 使用Node.js后端设置React App的分步指南 创建新的仓库 克隆仓库 创建package.json npm init // yarn init 为了给package.json文件添加一些基本信息,它将询问几个问题,只需使用enter接受默认值,直到(index.js) ,添加“ server.js”,然后输入即可。 :down_arrow: question name ( TIL - React - client - Node - backend ) : question version ( 1.0 .0 ) : question description: question entry point ( index . js ) : server . js :play_button: // add this question repository url ( https :... ) : question