With PNPM:
pnpm create react-boilerplates
With Yarn:
yarn create react-boilerplates
With NPM:
npm create react-boilerplates@latest
Then follow the prompts and run the project.
For example, using yarn.
cd <your-project-name>
pnpm
pnpm dev
template name | more description |
---|---|
template-react-recoil | click here |
template-react-ts | click here |
template-react-zustand | click here |