Skip to content

plus2003/express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejsの勉強用

$ git clone https://github.com/osonoi/nodejs_training.git
$ cd nodejs_training

ウェブサーバーを起動

$ node app1.js

ブラウザーで http://localhost:3000/ を確認 終わったらターミナルで control + C でプログラム終了

コメント変更

$ node app2.js

ブラウザーで http://localhost:3000/ を確認 終わったらターミナルで control + C でプログラム終了

テンプレートエンジンでhtmlを分離、入力フォームを追加

$ npm install ejs
$ node app3.js

ブラウザーで http://localhost:3000/ を確認 終わったらターミナルで control + C でプログラム終了

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •