refer to \src\Spd.Presentation.Screening\ClientApp\package.json
npm install
npm run startlocal
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