Skip to content

Instantly share code, notes, and snippets.

@andersr
Last active August 14, 2019 15:43
Show Gist options
  • Save andersr/37c097132aa47183c0c25eb869bac938 to your computer and use it in GitHub Desktop.
Save andersr/37c097132aa47183c0c25eb869bac938 to your computer and use it in GitHub Desktop.
PS Tutorial - add live-server script.
{
"name": "my-personal-site",
"version": "1.0.0",
"main": "index.html",
"repository": "git@github.com:andersr/my-personal-site.git",
"author": "Anders <anders@anders.co>",
"license": "MIT",
"scripts": {
"dev": "live-server ",
},
"devDependencies": {
"live-server": "^1.2.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment