my-app-nextjs-tailwind-aria-components-starter-kit Tailwind Templates

My App Nextjs Tailwind Aria Components Starter Kit

This is a starter pack with Nextjs, Typescript, Tailwind CSS, Aria Components and Storybook.

This is a Next.js project bootstrapped with create-next-app.

Recommend VS Code Extensions

  • Prettier
  • Tailwind CSS IntelliSense
  • GitHub Copilot (Optional)

VS Code Setting

  • Go to Settings (Cog in the bottom left) > Settings (in the popup menu) > Extension > Prettier > Prettier Enable (make sure this is checked and you may have to restart VS Code)

  • Go to Settings (Cog in the bottom left) > Settings (in the popup menu) > Text Editor > Formatting > Format On Save > make sure this is checked

Getting Started

First, to run the development server, enter one of the following in the terminal:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

To Build

To build, enter the following in the terminal:

npm run build

Running Storybook

To run storybook, enter the following in the terminal:

npm run storybook

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Top categories

Loading Svelte Themes