- Next.js 12
- Tailwind CSS 3
- Absolute Import & Path Alias
- ESLint
- Prettier
- Click the green "Use this template" button on this template directory.
- Configure your repository & jump to step 2
Type or copy this command on your terminal:
npx create-next-app -e https://github.com/rosatiara/nextjs-tailwind your_project_name_here
On your terminal, enter:
npm install
or
yarn install
Start the server using this command:
npm run dev
or
yarn dev