Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I run my express server with react-app-rewired start? #24

Open
tychovbh opened this issue Aug 24, 2018 · 0 comments
Open

How do I run my express server with react-app-rewired start? #24

tychovbh opened this issue Aug 24, 2018 · 0 comments

Comments

@tychovbh
Copy link

My application makes uses of server-side rendering and a express server.js file. Normally I would edit my package.js: "start": "node server.js"

But since "start": "react-app-rewired start" is already used, how do I get this to run node server.js instead of the normal react-scripts start which I guess it runs after overriding the configuration?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant