Skip to content

Commit 5f18639

Browse files
committed
Updated README.md
1 parent 88e86e6 commit 5f18639

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<a href="https://github.com/j1032w/dashboard-starter" target="_blank"><img src="https://visitor-badge.laobi.icu/badge?page_id=j1032w/dashboard-starter"></a>
99
[![](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/donate/?hosted_button_id=29ZE3URD5V9Q8)
1010

11-
11+
#### The backend WebAPI repository is available at: https://github.com/j1032w/dashboard-starter-data
1212
#### The ReactJS and NestJS edition can be found at https://github.com/j1032w/react-dashboard-starter
1313

1414
# Demo
@@ -21,7 +21,6 @@ https://www.j1032.com/dashboard \
2121

2222

2323

24-
2524
# What I have got here
2625
- Built with [Angular 18](https://angular.io), [Typescript 5](https://www.typescriptlang.org/), [SCSS](https://sass-lang.com/), [RxJS 7](https://rxjs.dev/), [Angular Material CDK 18](https://material.angular.io/cdk/categories) and [Bootstrap 5](https://getbootstrap.com/)
2726
- - [Containerized application](https://www.docker.com/) hosted on [Google GCP](https://cloud.google.com/)
@@ -91,7 +90,7 @@ docker run -d --pull=always -p 4201:80 --name=das-ui northamerica-northeast2-do
9190
2. Navigate to http://localhost:4201
9291

9392

94-
### Build container with docker-compose
93+
### Build container with docker compose
9594
1. Run followed command in project directory.
9695
```
9796
docker compose build
@@ -107,7 +106,7 @@ docker image build --progress=plain --tag das-ui:develop
107106
docker container run -d -p 4201:80 --rm das-ui:develop
108107
```
109108

110-
### Run test and lint with Docker cli
109+
### Run test and lint with docker compose
111110
```
112111
docker compose -f docker-compose.test.yml up test --build
113112

0 commit comments

Comments
 (0)