A Next.js starter kit template with Next.js 12 + React 17 + Typescript + Tailwind CSS 3 + Heroicons + Headless UI.
Other tools included: Autoprefixer, Sass, PostCSS, ESLint, Prettier.
# Install Dependencies
yarn
# Run the development server
yarn dev
Next.JS
# Build
yarn build
# Start server with build files
yarn start
Prettier
# Use Prettier to do Format Check for files under ./src
yarn fc
# Use Prettier to do Format Fix for files under ./src
yarn ff