This is a across the various PaaS's test for a simple application
npm install
npm start
-
README.md created to set the scene
-
.gitignore to ensure some files was not included into github
-
create repos link git init git add README.md git add .gitignore git commit -m "first commit" git remote add origin https://github.com/jborup/pass-helloworld.git git push -u origin master
-
npm init # creates package.json
-
npm install --save express