# nextjs-template **Repository Path**: zkboys/nextjs-template ## Basic Information - **Project Name**: nextjs-template - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-20 - **Last Updated**: 2022-04-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nextjs 模版 基于 nextjs antd sqlite3 - node v12.22.6 ^12.22.0 || ^14.17.0 || >=16.0.0 - yarn v1.22.15 - [Next.js](https://nextjs.org/) ## 开发 如果未安装依赖,请先安装依赖: ```bash yarn ``` 启动开发服务: ```bash yarn start ``` 用浏览器打开[http://localhost:3000](http://localhost:3000)进行访问 ## 部署 - 需要目标机器(服务器)已经安装 node、yarn、pm2 ### 测试环境发布 ```bash # 本机根目录中执行 $ yarn deploy:test ``` ### 生产发布 ```bash # 本机根目录中执行 $ yarn deploy:prod ```