Skip to content

Instantly share code, notes, and snippets.

@Derrick-Sherrill
Created March 1, 2022 16:25
Show Gist options
  • Save Derrick-Sherrill/a848b142dea557f56d7b301f8f2de8c5 to your computer and use it in GitHub Desktop.
Save Derrick-Sherrill/a848b142dea557f56d7b301f8f2de8c5 to your computer and use it in GitHub Desktop.
simple express server package.json
{
"scripts": {
"start": "node ./server.js"
},
"dependencies": {
"express": "^4.17.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment