# React.WebApp **Repository Path**: topper/React.WebApp ## Basic Information - **Project Name**: React.WebApp - **Description**: 包含React 基础骨架的 WEB应用 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-20 - **Last Updated**: 2022-04-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react-webpack #### 介绍 - React - Webpack - Antd - React-Router - React-Redux - Redux-Saga 搭建的基础骨架项目 --- [git-hooks 配置](https://www.prettier.cn/docs/install.html#git-hooks) ``` const typeDefs = gql` """a cat astronaut""" type SpaceCat { "the name of the cat" id: ID! name: String! age: Int missions: [Mission] } ` id: ID! 是什么 missions: [Mission] 是什么 ```