# meteor-start-kit **Repository Path**: bagic/meteor-start-kit ## Basic Information - **Project Name**: meteor-start-kit - **Description**: meteor start kit - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2016-11-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Meteor React Postcss React-Router graphiql material-ui ### Includes: - Apollo server - Apollo client - Express - React - React-Router - Css-module - Accounts UI, Basic & password - ES6 syntax - Postcss - Material-Ui - React-intl * 点击 `package.json` 查看版本信息 ### 如何运行,最好翻墙,npm可替换淘宝源,yarn.lock请无视 ``` meteor npm install meteor ``` GraphiQL 查看 [/graphiql](http://localhost:3000/graphiql). ### 目录结构 . ├── client # 客户端文件 │ ├── main.css # Styles │ ├── main.html # 启动加载 │ └── main.js # router配置 ├── imports # A client/server folder │ ├── api # │ | └── schema.js # Schema & query definitions | ├── components # components │ └── ui # │ └── Home # UI React rendering | └── Home.js # | └── Home.css # ├── server # Server files │ └── server.js # Main server file initiating Apollo server └── package.json # node dependencies & postcss ### 等待添加学习路线