12factor-node 中文文档教程
12 Factor Node
用 Node.js、EJS 和 Express 编写的 12 Factor 应用
Setup
git clone https://github.com/sethbergman/12factor-node.git && cd 12factor-node
Install dependencies
npm install
Start the app
npm start
在浏览器中访问 http://0.0.0.0:5000
。
Live Demo:
12 Factor Node
The 12 Factor app written in Node.js, EJS and Express
Setup
git clone https://github.com/sethbergman/12factor-node.git && cd 12factor-node
Install dependencies
npm install
Start the app
npm start
Visit http://0.0.0.0:5000
in your browser.