Commit b14a2a50 authored by Sigurd Schneider's avatar Sigurd Schneider Committed by Commit Bot

[turbolizer] Add dev server

You can now serve the page locally by running

npm i
npm run-script build
npm run-script dev-server

Notry: true
Change-Id: Iefe8459a8c53445570ecfed4cc843a4e8ed9c42d
Bug: v8:7327
Reviewed-on: https://chromium-review.googlesource.com/c/1309753Reviewed-by: 's avatarGeorg Neis <neis@chromium.org>
Commit-Queue: Sigurd Schneider <sigurds@chromium.org>
Cr-Commit-Position: refs/heads/master@{#57163}
parent e10607a3
This diff is collapsed.
......@@ -7,7 +7,8 @@
"watch": "tsc --watch",
"deploy": "./deploy.sh",
"format": "tsfmt -r",
"test": "ts-mocha -p tsconfig.test.json test/**/*-test.ts"
"test": "ts-mocha -p tsconfig.test.json test/**/*-test.ts",
"dev-server": "ws"
},
"author": "The V8 team",
"license": "MIT",
......@@ -28,6 +29,7 @@
"mocha": "^5.2.0",
"ts-mocha": "^2.0.0",
"typescript": "^2.9.1",
"typescript-formatter": "^7.2.2"
"typescript-formatter": "^7.2.2",
"local-web-server": "^2.6.0"
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment