DimiMikadze / create-react-library

React NPM library starter kit based on Facebook's create react app
MIT License
602 stars 60 forks source link

Change server port #31

Closed Bagera closed 6 years ago

Bagera commented 6 years ago

Would it be a good idea to change the server port? I'm testing this on my project. That way I can have both this and CRA dev servers up at the same time. I still have to build after changes but at least I don't have to shut the CRA server down every time.

I guess this is a bit specific. It's just for CRA development with a linked CRL.

DimiMikadze commented 6 years ago

@Bagera

Hi, you can always change port in CRA or in CRL project by editing start command in package.json.

Linux / Mac:

Windows:

Bagera commented 6 years ago

Yeah I did this. Just a thought I had, but as I said it was a bit specific for my project and as you point out, it's easy to do.