igniteui-cli icon indicating copy to clipboard operation
igniteui-cli copied to clipboard

serve port is not configurable through cli for igniteui-react projects

Open ViktorSlavov opened this issue 7 years ago • 0 comments

Description

The prompt for default port has no effect on the project configuration when using react

  • Ignite UI CLI version: N/A
  • Framework: React
  • Project type: igr

Steps to reproduce

  1. Create a new IgniteUI for React project w/ the CLI
  2. Add some views, hit Complete & Run
  3. Choose a port different from 3000 and hit Enter

Result

App is running on port 3000

Expected result

App should be running on specified port

ViktorSlavov avatar Feb 05 '19 14:02 ViktorSlavov