Skip to content

Allow using a port other than 3000 #242

Closed
@dceddia

Description

@dceddia

I tried a search for "port"-related issues but didn't find any, so I'll make this one.

It would be nice to be able to specify a port other than 3000, either as a command line parameter or an environment variable. Some environments (Cloud9) restrict the ports you can use.

Right now, the process is pretty involved:

  1. Run "npm run eject"
  2. Wait for that to finish
  3. Edit "scripts/start.js" and find/replace "3000" with whatever port you want to use
  4. Edit "config/webpack.config.dev.js" and do the same
  5. npm start

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions