diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..97aca2ea1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.env +node_modules \ No newline at end of file diff --git a/Procfile b/Procfile new file mode 100644 index 000000000..489b2700a --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: node server.js diff --git a/index.html b/index.html new file mode 100644 index 000000000..5dcffb382 --- /dev/null +++ b/index.html @@ -0,0 +1,20 @@ + + + +
+ ++ Replace first Yoda's quote with a quote written by Darth Vadar +
+ ++ Delete one Darth Vadar's quote. Does nothing if there are no more Darth + Vadar's quote +
+ +
+
+ This is a sample Node application deployed to Heroku. It's a reasonably simple app - but a good foundation for understanding how to get the most out of the Heroku platform.
+ Getting Started on Heroku with Node.js + Source on GitHub +git clone https://github.com/heroku/node-js-getting-started.git - this will create a local copy of the source code for the appcd node-js-getting-started - change directory into the local source code repositoryheroku git:remote -a <your-app-name> - associate the Heroku app with the repository