Answer the question
In order to leave comments, you need to log in
How to add a simple express server to create-react-app?
I need to test a couple of requests to the server via Ajax, how to do it using Create react App?
Answer the question
In order to leave comments, you need to log in
And does it work?
I have this config
//package.json
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"proxy": "http://192.168.220.129:80",
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question