rekit icon indicating copy to clipboard operation
rekit copied to clipboard

both npm start and rekit-studio run on same port 3000

Open sripadkollur opened this issue 6 years ago • 0 comments

I installed latest version of rekit. When I run "npm start" it starts the react app on port 3000. When I run rekit-studio command the application stops and rekit studio starts on same port 3000. If I use rekit-studio --port it starts on another port.

$ rekit -v 3.0.0-beta.3 $ rekit-studio -v 3.0.0-beta.2

sripadkollur avatar Apr 10 '19 20:04 sripadkollur