Socket
Socket
Sign inDemoInstall

create-react-next

Package Overview
Dependencies
40
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    create-react-next

The Next Generation React Scaffolding Tool ✨


Version published
Weekly downloads
11
increased by57.14%
Maintainers
1
Install size
10.2 MB
Created
Weekly downloads
 

Readme

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

Last updated on 22 Mar 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc