Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 441 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 441 Bytes

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

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

or

npm install --force