# React


# Create React App

你需要在你的机器上安装 Node >= 8.10 和 npm >= 5.6

npx create-react-app my-app
cd my-app
npm start