create-react-boilerplates
Version:
Create React Boilerplate
27 lines (18 loc) • 2.94 kB
Markdown
# 🚀 Create React Boilerplates
[](https://github.com/sj-distributor/create-react-boilerplates)
[](https://github.com/sj-distributor/create-react-boilerplates/blob/main/LICENSE)
[](https://github.com/nodejs/release#release-schedule)
[](https://github.com/sj-distributor/create-react-boilerplates/actions/workflows/pull_request.yml)
[](https://stackblitz.com/github/{GH_USERNAME}/{REPO_NAME})
## Usage
With PNPM or Yarn:
```
pnpm create react-boilerplates
```
Then follow the prompts and run the project.
For example, using yarn.
```
cd <your-project-name>
pnpm
pnpm dev
```