How to run Angular project without project files?

I am neither JS nor Angular developer, but I need to build an Angular project and be able to run it. I tried to run the project on a local server using ng serve, but this command can’t be executed outside the working directory. The directory is 1GB+, and I only need to build & run the app. Are there any ways to run already built Angular project on a local server, without project files?