Create a new project with Next.js, TypeScript, Eslint, Prettier in just 1 second and you don't need to setup anything.
Vercel Deploy: https://next-ts-eslint-prettier-tau.vercel.app
Alias Import
Hook Warning
Prettier Warning
Etc...
- Clone Template
git clone https://github.com/igdev116/next-ts-eslint-prettier.git
- Install Packages
yarn install
- Start Project
yarn dev
- If you using git, delete the existing folder .git after cloning (open
git bash
or other terminal)
rm -rf .git