nenet node server

DevYK 8466310f0c update README.md hace 3 años
bin 6c7023d2a0 denet server init hace 3 años
config 1a741c2fe6 配置测试环境 redis hace 3 años
model 8466310f0c update README.md hace 3 años
node_modules 8466310f0c update README.md hace 3 años
public 6c7023d2a0 denet server init hace 3 años
routes 1a741c2fe6 配置测试环境 redis hace 3 años
views 6c7023d2a0 denet server init hace 3 años
.gitignore 1a741c2fe6 配置测试环境 redis hace 3 años
README.md 8466310f0c update README.md hace 3 años
app.js 6c7023d2a0 denet server init hace 3 años
package-lock.json 6c7023d2a0 denet server init hace 3 años
package.json 6c7023d2a0 denet server init hace 3 años

README.md

安装必要的库

npm install

配置环境变量

export NENET_CRYPT_KEY=MOGsyhYeY5gWohJGLYyr3TDa7EsUqQ715WF5GPiK0TY=
export =$PATH:$NENET_CRYPT_KEY

启动

<!-- 测试环境启动 具备热更新-->
npm run dev
<!-- 线上环境启动 -->
npm run prd

文档