-
Install OpenSSL on your windows machine.
-
Open Gitbash and Go to your project root folder.
-
fire below commands
openssl req -x509 -newkey rsa:2048 -keyout keytmp.pem -out cert.pem -days 365 openssl rsa -in keytmp.pem -out key.pem
- Now change the start script in the package.json file to: