# createReactSSR **Repository Path**: zxpsuper/create-react-ssr ## Basic Information - **Project Name**: createReactSSR - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-25 - **Last Updated**: 2022-01-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # createReactSSR 创建 react 服务端渲染项目 ## 安装 ts && nodemon 相应模块 `npm i -D typescript ts-node nodemon @types/node`, 通过运行 npx tsc --init 初始化 TypeScript, 会生成 tsconfig.json 文件 ## 参考文章 - [TypeScript和Nodemon终极设置!](https://zhuanlan.zhihu.com/p/269795866)