Angular
Fundamentals of Angular - Configuration & Production

Exercise: Run a Project with a Proxy

Outline

In this exercise...

you will practice configuring and running a project with a proxy server.

Directions:

In the github repo, open the following project: Config and Production/Exercise Proxy Server/flopbuster and do the following:

  • npm install
  • Configure it for proxy
    • Create the proxy.conf.json file
  • Start up the API server (in the server folder)
  • Star up flopbuster with the proxyConfig flag
    • Optionally modify the package.json
  • Verify that the calls are made correctly
 

I finished! On to the next chapter