react

  1. 安装 node.js
https://nodejs.org/en
  1. 搭建 React 脚手架
npx create-react-app my-react-app

  1. 启动本地开发服务器
npm start