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