text ReactJs - 安装和命令行
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text ReactJs - 安装和命令行相关的知识,希望对你有一定的参考价值。
/* GLOBAL INSTALLATION */
- npm install -g create-react-app
/* PROJECT INSTALLATION */
- create-react-app [folder name]
- cd [folder name]
/* BASIC COMMANDS */
- npm start // Runs the application in http://localhost:3000
- npm test // Runs the tests
- npm run build // Builds the application for production
以上是关于text ReactJs - 安装和命令行的主要内容,如果未能解决你的问题,请参考以下文章
text 通过命令行安装Wordpress数据库
学习reactjs——使用npm创建react项目并整合elementUI
命令行上的 Sublime Text 3
如何让sublime text 2运行程序时打开命令行窗口
sublime text2怎么安装插件
如何在 reactJS 中使用 Thymeleaf th:text