Skip to content
Snippets Groups Projects
Commit 3f18637c authored by Stewart Williams's avatar Stewart Williams
Browse files

Merge branch 'nal-310-port-change' into 'main'

NAL-310 : Changed port number so it will fit in expected place in the ska-landing-page

See merge request !17
parents cc3935fd f6a4beb3
No related branches found
No related tags found
1 merge request!17NAL-310 : Changed port number so it will fit in expected place in the ska-landing-page
Pipeline #884174197 passed
......@@ -10,7 +10,7 @@ It uses Angular Material UI as the core component library.
## Development server
Run `yarn start` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
Run `yarn start` for a dev server. Navigate to `http://localhost:8091/`. The app will automatically reload if you change any of the source files.
The necessary steps are:
......@@ -24,7 +24,7 @@ Clone the skeleton project from the SKA Git repository by moving to the destinat
git clone https://gitlab.com/ska-telescope/templates/ska-angular-webapp-skeleton.git.
```
Run yarn start for a dev server. Navigate to http://localhost:4200.
Run yarn start for a dev server. Navigate to http://localhost:8091.
Enter the code directory with:
```
......
......@@ -88,8 +88,8 @@
},
"defaultConfiguration": "development",
"options": {
"port": 4200,
"publicHost": "http://localhost:4200",
"port": 8091,
"publicHost": "http://localhost:8091",
"extraWebpackConfig": "webpack.config.js"
}
},
......
......@@ -10,7 +10,7 @@ It uses Angular Material UI as the core component library.
## Development server
Run `yarn start` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
Run `yarn start` for a dev server. Navigate to `http://localhost:8091/`. The app will automatically reload if you change any of the source files.
The necessary steps are:
......@@ -23,7 +23,7 @@ If Git is not there, point your browser to https://git-scm.com/book/en/v2/Gettin
2. Clone the angular webapp skeleton from the SKA Git repository by moving to the destination directory on your machine, and typing: git clone https://gitlab.com/ska-telescope/templates/ska-angular-webapp-skeleton.git.
3. Run `yarn start` for a dev server. Navigate to `http://localhost:4200`.
3. Run `yarn start` for a dev server. Navigate to `http://localhost:8091`.
Enter the code directory with: cd ska-angular-webapp-skeleton
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment