adspace


How to use https instead of http in create-react-app?

Answer Posted / Rahul Kumar Srivastav

To use HTTPS in a Create React App project, you need to obtain an SSL certificate and configure the `scripts` section in your `package.json` file to start the app using HTTPS.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to use events in reactjs? Give an example of using events?

564


How would you create higher order components (hocs) in react.js?

448