Skip to main content

Running an App

To test everything is configured correctly perform the following steps. You can replace the project below with a Web.* project of choice.

From the command line run:

cd Web.CashManagement
yarn install
yarn start

The browser will open to http://localhost:3000 and show the Cash Management application within the HubX Shell.