summaryrefslogtreecommitdiffstats
path: root/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/readme.md
blob: 977ca48965b1a99063aed5d87ca82e7ac2caf44d (plain)
1
2
3
4
5
6
7
8
9
10
11
# Speedometer 2.1: Angular 1.6.5 TodoMVC example

## Test locally

1. `npm install`
2. Run a local server from this directory. (You could use [`npm i -g http-server`](https://github.com/indexzero/http-server).)
3. Open the URL pointing to the local server in your web browser of choice.

## Build

There is no build step for this example.