summaryrefslogtreecommitdiffstats
path: root/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/README.md
blob: ac8b9f8ec4012465d120728e3e7a6ef8f703c775 (plain)
1
2
3
4
5
6
7
8
9
10
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`