Skip to content

Latest commit

 

History

History
28 lines (27 loc) · 469 Bytes

README.md

File metadata and controls

28 lines (27 loc) · 469 Bytes

使用

0、检测是否安装

node --version
cnpm --version

1、安装 nodejs 2、安装 cnpm

npm install -g cnpm --registry=https://registry.npm.taobao.org

3、从命令行进入相关目录并安装依赖,如进入 react

cd todoList/react
cnpm install

4、启动项目

npm start

开启服务端接口

cd todoList/server
node todolist-server.js
# 测试是否成功:<http://localhost:2333/api/list>