Skip to content

Instantly share code, notes, and snippets.

@BashCloud
Created September 21, 2018 18:43
Show Gist options
  • Save BashCloud/979184dc8894d32a2562ecc74f780bff to your computer and use it in GitHub Desktop.
Save BashCloud/979184dc8894d32a2562ecc74f780bff to your computer and use it in GitHub Desktop.
Sample package.json file to deploy static web app on Heroku. Add it to the root folder.
{
"name": "project_name",
"version": "1.0.0",
"description": "Project Description",
"scripts": {
"start": "serve",
},
"dependencies": {
"serve": "^10.0.1"
},
"author": "Pulkit Aggarwal"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment