Next.js [TypeScript] + Tailwind CSS Starter Template
Features
This starter template contains:
โก๏ธ Next.js 12โ๏ธ React 18๐ Tailwind CSS 3๐ช Prettier โ Format your code automatically, this will also run on save๐งผ ESLint โ Find & fix problems in your code, and auto sort your imports๐ถ Husky & Lint Staged โ Check & fix code when commit, block commit if bad code detected๐ Commit Lint โ Make sure the commit message follows the conventional commitโ๏ธ Github Actions โ Check your code on push & pull-request๐ค Dependabot โ Create pull-request to update your dependencies๐ Absolute Import โ Import modules using@/
prefix๐ React Icons โ Include popular icons in your React projects easily๐ React Power-Ups โ Collection of React hooks to speed-up your app development
Getting Started
The fastest way to start using this starter template is to run the following command in your terminal:
npx @afifu/setup <app-name>
// Example: npx @afifu/setup my-awesome-app
Enjoy~