You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mkdir title
cd title
mkdir public
cd public
bower init
bower install ... -save
cd ..
# make package.json
npm install express -save
npm install morgan -save