React场 使用Create React App创建: : 演示版 资料夹结构 ├── README.md ├── cypress (Cypress Integration Test Suite) ├── package.json (NPM dependancies and node scripts) ├── public (Raw Html files and images for the SPA) ├── .env (Environment variables) └── src ├── api (Folder for all api functions as promises)