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: zeppelin-web-angular/README.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -31,27 +31,27 @@ Zeppelin notebooks front-end built with Angular.
31
31
32
32
Run the `npm install` command to install dependencies in the project directory.
33
33
34
-
### Start Zeppelin server
34
+
### Start Zeppelin Server
35
35
36
36
[Run Zeppelin server](https://zeppelin.apache.org/contribution/contributions.html#run-zeppelin-server-in-development-mode) on `http://localhost:8080`.
37
37
38
-
If you are using a custom port instead of the default(http://localhost:8080) or other network address, you can create `.env` file in the project directory and set `SERVER_PROXY`.
38
+
If you are using a custom port instead of the default (`http://localhost:8080`) or other network address, you can create `.env` file in the project directory and set `SERVER_PROXY`.
39
39
40
40
*.env*
41
41
42
42
```
43
43
SERVER_PROXY=http://localhost:8080
44
44
```
45
45
46
-
### Development server
46
+
### Development Server
47
47
48
48
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.
49
49
50
50
### Build
51
51
52
-
Run `npm build` to build the project. The build artifacts will be stored in the `dist/` directory.
52
+
Run `npm run build` to build the project. The build artifacts will be stored in the `dist/` directory.
53
53
54
-
### Running unit tests
54
+
### Running Unit Tests
55
55
56
56
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
57
57
@@ -134,7 +134,7 @@ In addition:
134
134
- We use [Lodash](https://lodash.com/)[(MIT)](https://github.com/lodash/lodash/blob/master/LICENSE) to process complex data
135
135
- We use [Monaco Editor](https://github.com/microsoft/monaco-editor)[(MIT)](https://github.com/microsoft/monaco-editor/blob/master/LICENSE.md) to make code editor
136
136
137
-
### Coding style
137
+
### Coding Style
138
138
139
139
- We follow mainly the [Angular Style Guide](https://angular.io/guide/styleguide)
140
140
- We use a 2 spaces indentation
@@ -260,7 +260,7 @@ Use we provide the function to wrap component styles to implement theming. You c
0 commit comments