DEV Community

Divyajyoti Ukirde
Divyajyoti Ukirde

Posted on

5 1

Get HTTPS support in just one line

In your react web app, if you need HTTPS support while running on your localhost, just add this in your start script in your package.json file.

{
  "start": "HTTPS=true react-scripts start"
}
Enter fullscreen mode Exit fullscreen mode

Then just run npm start.

You'll see something like this:
Not secured

But that's acceptable, till your site is getting served over HTTPS.

Bingo!
No need to take efforts of creating an SSL certificate!

Top comments (1)

Collapse
 
dance2die profile image
Sung M. Kim β€’

Thank you, Divyajyoti.
I didn't know about that flag~

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more