/baotest_0924

Primary LanguageJavaScript

Node.js 雲端技術與軟體思惟

Node.js and Express project template generated by express-generator.

這是一個 Express 的專案模板,用來搭配書上第 8.4 節的練習。

安裝

請使用 Nodejs v4.1 以上版本。安裝提示:

$ git clone https://github.com/jollen/nodejs-express.git
$ cd nodejs-express
$ npm i
$ npm start

瀏覽 **http://localhost:3000/**。

Update

2016.02.04:

  • 更新至 Express 4.0
  • 加入 parse-server 模組,可練習 mount Parse API 的 router