Javascript/nodejs/nowjs
ナビゲーションに移動
検索に移動
必須
# MVCフレームワーク npm install express # テンプレートエンジン npm install ejs
インストール
npm install now
テンプレート修正
cd node_modules/now/examples/express_example/views vi index.ejs #以下アクセスできるipに適宜修正 :%s/localhost/192.168.0.1/g;
起動
cd node_modules/now/examples/express_example node app.js