@pplancq/create-react-app

1.3.0 • Public • Published

@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:

npm create @pplancq/react-app@latest <project_name>

or

npx @pplancq/create-react-app@latest <project_name>

or

yarn create @pplancq/react-app@latest <project_name>

or

pnpm create @pplancq/react-app@latest <project_name>

Replace <project_name> with the name of your new project.

Using Vite

This package also supports creating a new React project with Vite. If you prefer to use Vite instead of webpack, you can use the --use-vite option

npm create @pplancq/react-app@latest <project_name> -- --use-vite

or

npx @pplancq/create-react-app@latest <project_name> --use-vite

or

yarn create @pplancq/react-app@latest <project_name> --use-vite

or

pnpm create @pplancq/react-app@latest <project_name> --use-vite

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.

Readme

Keywords

Package Sidebar

Install

npm i @pplancq/create-react-app

Weekly Downloads

62

Version

1.3.0

License

MIT

Unpacked Size

11.2 kB

Total Files

5

Last publish

Collaborators

  • pplancq