1.1.0 • Published 2 years ago

create-next-rtk-app v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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
1.1.0

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago