Socket
Socket
Sign inDemoInstall

create-react-next

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-react-next

The Next Generation React Scaffolding Tool ✨


Version published
Maintainers
0
Created
Source

Create React Next ⚡

The Next Generation React Scaffolding Tool powered by Vite 🛠️

Usage

npx

npx create-react-next@latest

# OR

npx create-react-next <project-name> --ts --eslint --tailwind --use-pnpm

yarn

yarn create react-next

# OR

yarn create react-next <project-name> --ts --eslint --tailwind --use-pnpm

pnpm

pnpm create react-next@latest

# OR

pnpm create react-next@latest <project-name> --ts --eslint --tailwind --use-pnpm

Options

You can also pass command line arguments to set up a new project non-interactively. Run create-react-next --help to see the available command line arguments:

Usage: create-react-next <project-name> [options]

Options:
  -V, --version   output the version number
  --ts, --typescript

    Initialize as a TypeScript project.

  --tailwind

    Initialize with Tailwind CSS config.

  --eslint

    Initialize with ESLint config.

  --use-npm

    Explicitly tell the CLI to bootstrap the app using npm

  --use-pnpm

    Explicitly tell the CLI to bootstrap the app using pnpm

  --use-yarn

    Explicitly tell the CLI to bootstrap the app using Yarn

  --use-bun

    Explicitly tell the CLI to bootstrap the app using Bun

How to contribute?

Contributions are welcome and encouraged! If you have any ideas or suggestions for new features, or if you encounter any bugs or issues, please open an issue or submit a pull request on the GitHub repository.

Developers interested in contributing should read the Code of Conduct and the Contributing Guide.

Happy hacking ⚡

Keywords

FAQs

Package last updated on 29 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc