Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 877 Bytes

README.md

File metadata and controls

60 lines (43 loc) · 877 Bytes

install program list

atom editor

https://atom.io/

git

https://git-scm.com/downloads

cmder

http://cmder.net/

node.js

https://nodejs.org/ko/

contents each branches

01-start

  • just see node scripts

02-gulp

  • add gulp file
  • install gulp gulp-nodemon
  • set npm scripts

03-es6

  • install babelify
  • install sourcemaps

04-url

  • split urls

05-express

  • add express
  • using router
  • using adivce

06-01-ejs

  • add view engine
  • create home.ejs

06-02-split-ejs

  • split ejs files
  • head, jsdefaults

06-03-navbar

  • add navigation

06-04-users

  • using fetch

06-05-chat

  • make chat page without socket.io

06-06-socket

  • adding socket.io for chat

07-heroku

  • join heroku and mlab

07-01-mongo

07-02-mongo-select