create-next-rtk-app

1.1.0 • Public • Published

Next.js with Redux Toolkit and TypeScript

This utility creates a new Next.js project with Redux Toolkit and TypeScript pre-configured.

It is based on the official create-next-app package from Vercel, which allows you to quickly scaffold a new Next.js project.

Getting Started

To use this utility, you must have Node.js and Yarn (or npm) installed on your machine.

To create a new Next.js project with Redux Toolkit and TypeScript, run the following command:

npx create-next-rtk-app my-app

This will create a new Next.js project in the my-app directory.

Features

This utility includes the following features out of the box:

  • redux toolkit
  • typescript
  • styled-components
  • ESLint and prettier

/create-next-rtk-app/

    Package Sidebar

    Install

    npm i create-next-rtk-app

    Weekly Downloads

    64

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    513 kB

    Total Files

    25

    Last publish

    Collaborators

    • lenadweb