We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b02e584 commit a74237dCopy full SHA for a74237d
README.md
@@ -62,10 +62,10 @@ Update the file `src/assets/config.json` with an HTTP URL :
62
Then run the following commands :
63
64
```cmd
65
-npm i -g mkcert
66
-mkcert -install
67
-mkcert localhost
68
-angular-http-server --path dist\fr --https --cert cert.crt --key cert.key -p 4200
+npm i -g mkcert angular-http-server
+mkcert create-ca
+mkcert create-cert
+angular-http-server --path dist/fr --https --cert cert.crt --key cert.key -p 4200
69
```
70
71
### Run with Docker
0 commit comments