Starting Projects
As an example we are going to run through the steps to get the Next Steps Journey project running in your web browser.
- Start the gateway and microservices
nx run api-gateway:serve-all
- Start a webserver e.g journeys
nx run journeys:serve
- In your local browser navigate to http://localhost:4100