add readme

This commit is contained in:
2020-08-11 17:37:25 +02:00
parent 00b9cc6dc6
commit 92ac8b0508

27
README.md Normal file
View File

@@ -0,0 +1,27 @@
# README
## start Angular development server
```
cd pdb-js
build/npm/npm-v6.14.5/bin/npm run ng serve
```
or
```
gradlew npm_run_serve
```
## create new component
```
cd pdb-js
build/npm/npm-v6.14.5/bin/npm run ng generate component component-name
```
## update JavaScript libraries
```
gradlew npm_update
gradlew npm_audit_fix
```