Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 262 Bytes

zuo-mean.md

File metadata and controls

25 lines (16 loc) · 262 Bytes

實作:MEAN

MEAN 是一個全端開發框架,包含:

  1. MongoDB
  2. Express
  3. AngularJS
  4. Node.js

建立專案:

git clone https://github.com/linnovate/mean.git
npm i
npm start

任務:

npm run docs