Skip to content

Instantly share code, notes, and snippets.

@gotpop
Last active October 6, 2023 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gotpop/c6b76eb4437eb6bd67199460cf2abf02 to your computer and use it in GitHub Desktop.
Save gotpop/c6b76eb4437eb6bd67199460cf2abf02 to your computer and use it in GitHub Desktop.
A simple package.json
{
"name": "basic",
"version": "1.0.0",
"description": "Basic",
"scripts": {
"py3": "python -m http.server 7777",
"py2": "python -m SimpleHTTPServer",
"build": "touch index.html favicon.ico style.css app.js && npm run dev && atom ."
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment