# react-nextjs **Repository Path**: eeyun/react-nextjs ## Basic Information - **Project Name**: react-nextjs - **Description**: react + nextjs服务端渲染。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-12-14 - **Last Updated**: 2024-09-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## PC端 ### 若修改配置,在ecosystem.config.js文件里 ### 操作步骤,如下 #### 1.安装依赖node_modules: npm i --production #### 2.运行测试环境: npm run start:test #### 3.运行线上环境: npm run start