Skip to content

bcgov/PSSG-SPDBT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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