Skip to content

Instantly share code, notes, and snippets.

@christiannwamba
Created March 5, 2018 20:23
Show Gist options
  • Save christiannwamba/e5062db01ddddd4fe1a5fa858d6fc477 to your computer and use it in GitHub Desktop.
Save christiannwamba/e5062db01ddddd4fe1a5fa858d6fc477 to your computer and use it in GitHub Desktop.
## package.json
{
"name": "sample-stock",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "node server.js",
"dev": "serve --port 5200"
},
"keywords": [],
"author": "",
"license": "ISC"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment