Running a React App in the Browser with Nx

Share this video with your friends

Send Tweet

After having generated a brand new React app we definitely want to serve it in our browser. In this lesson we explore the workspace.json file which contains your workspace project's configuration. We learn about builders and how to customize their options and how to ultimately use the serve target to run our app in the browser.

More customization possibilities can be found here