Skip to content

Commit

Permalink
fix angular compiling issue (#1462)
Browse files Browse the repository at this point in the history
# Description

This PR includes the following proposed change(s):

- fix angular compiling issue
  • Loading branch information
esdd1995 authored Oct 4, 2024
2 parents dcf87cc + 6961037 commit a7c821c
Show file tree
Hide file tree
Showing 3 changed files with 3,570 additions and 2,768 deletions.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,30 @@
# PSSG-SPDBT

## front-end commands

refer to \src\Spd.Presentation.Screening\ClientApp\package.json

### reinstall npm

```
npm install
```

### start local app

```
npm run startlocal
```

### regenerate api
### regenerate api

```
npm run gen-api-all-local
```

if there is compiling error, we can reinstall npm.
Please delete package-lock.json and node_modules, then reinstall node modules with command

```
npm install
```
Loading

0 comments on commit a7c821c

Please sign in to comment.