Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

demo

express

start & tutorial

  • cd express
  • npm install
  • node index.js
  • open the url http://localhost:3000/ in browser.

sails

start & tutorial

  • cd sails
  • npm install
  • sails lift
  • open the url http://localhost:3001/ in browser.