nenet node server

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

README.md

安装必要的库

npm install

配置环境变量

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

启动

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

文档