create-next-rtk-app
v1.1.0
Published
Create Next js app with Redux toolkit with one command
Downloads
2
Readme
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
andprettier