UNPKG

@pplancq/create-react-app

Version:
41 lines (25 loc) 792 B
# @pplancq/create-react-app This package includes a script that allows you to generate a new React project using the `@pplancq/react-template`. ## Usage To create a new React project with this package, use the following command: ```shell npm create @pplancq/react-app@latest <project_name> ``` or ```shell npx @pplancq/create-react-app@latest <project_name> ``` or ```shell yarn create @pplancq/react-app@latest <project_name> ``` or ```shell pnpm create @pplancq/react-app@latest <project_name> ``` Replace <project_name> with the name of your new project. ## Template This package uses the `@pplancq/react-template` to generate a new React project. For more information about this template, please consult its documentation. ## License This project is under the MIT license.