DEV Community

Discussion on: Dockerizing ReactJS, NodeJS, NGINX using Docker

Collapse
 
yukihirai0505 profile image
Yuki Hirai

Hi, thank you for the great article. I'd like to mention about the crate-react-app command.

According to the doc for the command,
global installs of create-react-app are no longer supported.

We need to use that command with npx now.

ref: create-react-app.dev/docs/getting-...