npx create-mern-template project-name
Use this command to create your mern app, replace project-name with your project's name. After running above command use cd project-name to navigate into your project and run npm install to install the required packages.
To use template use following command:
npx create-mern-template project-name --react