Skip to content

Instantly share code, notes, and snippets.

@zentala
Last active February 21, 2021 03:20
Show Gist options
  • Save zentala/43123e44eaf6fa09f01baaa2b3502966 to your computer and use it in GitHub Desktop.
Save zentala/43123e44eaf6fa09f01baaa2b3502966 to your computer and use it in GitHub Desktop.
Node.js HTTP server without coding
{
"name": "simple-server",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "node node_modules/http-server/bin/http-server ./public/"
},
"dependencies": {
"http-server": "^0.11.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment