Setup SuiteCRM on local environment on development

I have downloaded SuiteCRM zip, installed it using ‘./bin/console suitecrm:app:install -vvv -u “admin” -p “password” -U “root” -P “password” -H “localhost” -N “suitecrm” -S “http://localhost/” -d “yes”’

after running “symfony server:start”, it opens on localhost:8000 and works well
but, when I run “npm run build-dev”, it throws cors error in graphql api

also, when I start angular developement server using “npm run ng s shell”, it opens blank page and throws same cors error on graphql api.

please guide me to set it up on local environment with angular development server