Skip to content

Commit 8173c86

Browse files
committed
Updating ReadMe
1 parent 2dc33c3 commit 8173c86

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,9 @@ You can visit the application at [https://test.riversurf.app](https://test.river
2828

2929
## Installation
3030

31-
Clone the repository: `git clone https://gitlab.ti.bfh.ch/aligmara/riversurf-angular.git`.
32-
33-
Run `npm ci` to install all required modules.
34-
35-
Run `npm start` or `ng serve` and navigate to [http://localhost:4200](http://localhost:4200).
31+
* Clone the repository: `git clone https://gitlab.ti.bfh.ch/aligmara/riversurf-angular.git`
32+
* Run `npm ci` to install all required modules
33+
* Run `npm start` or `ng serve` and navigate to [http://localhost:4200](http://localhost:4200).
3634

3735
## Build
3836

@@ -41,11 +39,14 @@ Run `npm run build` or `ng build` to build the project. The build artifacts will
4139

4240
## Progressive Web App (PWA)
4341

44-
To test the PWA locally, you need to **build** the project. Furthermore, you need to install an HTTP-Server, e.g. by running `npm install http-server -g`.
42+
To test the PWA locally, the following steps are required:
4543

46-
After that, you need to serve the build by running `http-server -p <desired-port-number>`.
44+
* **Build** the project (see above)
45+
* Install an HTTP-Server, e.g. by running `npm install http-server -g`
46+
* Serve the build with `http-server -p 9000`
47+
* Navigate to [http://localhost:9000](http://localhost:9000)
4748

48-
You can then navigate to [http://localhost:<desired-port-number>](http://localhost:<desired-port-number>).
49+
Please note that `Port 9000` is only a suggestion and can be customized as desired.
4950

5051

5152
## Documentation

0 commit comments

Comments
 (0)