You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@
2
2
3
3
[](https://circleci.com/gh/SpectoLabs/hoverfly-ui)[](https://gitter.im/SpectoLabs/hoverfly?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4
4
5
-
Hoverfly UI is the Angular 4 frontend application that is bundled with [Hoverfly](https://github.com/SpectoLabs/hoverfly).
5
+
Hoverfly UI is the Angular 6 frontend application that is bundled with [Hoverfly](https://github.com/SpectoLabs/hoverfly).
6
6
7
7
## Prerequisites
8
-
The project is generated by [Angular CLI](https://github.com/angular/angular-cli)v1.1.0, which requires Node 6.9.0 or higher, and NPM 3 or higher.
8
+
The project is generated by [Angular CLI](https://github.com/angular/angular-cli)v6.2.8, which requires Node 8.9.0 or higher, and NPM 6 or higher.
9
9
You also need [Hoverfly](https://github.com/SpectoLabs/hoverfly) v0.12.0 or higher which can enable developer mode.
10
10
11
11
## Getting started
@@ -21,11 +21,11 @@ $ hoverfly -dev
21
21
22
22
## Development server
23
23
24
-
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
24
+
Run `npm start` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
25
25
26
26
## Build
27
27
28
-
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.
28
+
Run `npm run build` to build the project. The build artifacts will be stored in the `dist/` directory.
0 commit comments