diff --git a/index.html b/index.html index a2e3cc3..3a07b37 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@ diff --git a/package.json b/package.json index 987b3b6..57d7ba0 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,7 @@ { + "scripts": { + "start": "./node_modules/http-server/bin/http-server -p 9876 ." + }, "dependencies": { "http-server": "^14.1.1" },