INSTALL yarn global add fcc-express 创建项目 fcc-express new 按提示操作,就会在当前目录创建一个有一定约定约束的项目模板 运行 cd {project_name} yarn (安装依赖) npm run dev (运行程序)