Simple node server to use with Heroku
- change line 17 of the
package.json
file to point to your code repository on Github - remember to link up your stylesheets and JS files to your HTML pages!
Run the following commands to use the server
npm install
npm start