创建react开发环境

Posted lanshu123

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了创建react开发环境相关的知识,希望对你有一定的参考价值。

准备工作

1.下载node.js(http://nodejs.cn/download/)推荐下载长期支持的版本

2.下载cnpm(https://jingyan.baidu.com/article/9080802239521cfd90c80f55.html

开始生成项目环境

1.运行 cnpm install -g create-react-app

2.create-react-app todolist(文件名)

3.cd todolist(进入项目文件)

4.npm run start(启动项目)

以上是关于创建react开发环境的主要内容,如果未能解决你的问题,请参考以下文章

Create-React-App创建antd-mobile开发环境

React项目开发环境搭建

Create-React-App创建antd-mobile开发环境(学习中的记录)

手把手教你用webpack3搭建react项目(开发环境和生产环境)

React开发环境配置

使用 create-react-app 快速构建 React 开发环境