DEV Community

[Comment from a deleted post]
Collapse
 
andrewbaisden profile image
Andrew Baisden

Yep this type of syntax works in a lot of npm projects. This is how you would do it in Create React App.

"start": "PORT=2000 react-scripts start",
Enter fullscreen mode Exit fullscreen mode