mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-01 12:42:50 +08:00
Port documentation updates
This commit is contained in:
@@ -21,7 +21,7 @@ set HTTPS=true&&npm start
|
||||
### Windows (Powershell)
|
||||
|
||||
```Powershell
|
||||
($env:HTTPS = $true) -and (npm start)
|
||||
($env:HTTPS = "true") -and (npm start)
|
||||
```
|
||||
|
||||
### Linux, macOS (Bash)
|
||||
|
||||
Reference in New Issue
Block a user