Skip to content

Instantly share code, notes, and snippets.

@javaeeeee
Created December 24, 2016 12:42
Show Gist options
  • Select an option

  • Save javaeeeee/4ad2536afb2a3e41a70d26d31c91efe0 to your computer and use it in GitHub Desktop.

Select an option

Save javaeeeee/4ad2536afb2a3e41a70d26d31c91efe0 to your computer and use it in GitHub Desktop.
Package.json file with a start script
{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node_modules/.bin/lite-server"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"angular": "^1.6.1"
},
"dependencies": {
"angular": "^1.6.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment