summaryrefslogtreecommitdiffstats
path: root/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/README.md')
-rw-r--r--third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/README.md b/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/README.md
new file mode 100644
index 0000000000..ac8b9f8ec4
--- /dev/null
+++ b/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/README.md
@@ -0,0 +1,11 @@
+# Speedometer 2.1: Angular 4 TodoMVC example
+
+## Test locally
+
+1. `npm install`
+2. `npm run start-prod`
+3. Navigate to `http://localhost:4200/`
+
+## Build (do this before committing!)
+
+1. `npm run build-prod`