boilerplate-nextjs-typescript-tailwind Tailwind Templates

Boilerplate Nextjs Typescript Tailwind

Boilerplate Next JS, TypeScript, Tailwind CSS and more! ๐Ÿค—

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

This project has installed and configured all this next features listed below.

Feel free to clone and modify as you need ๐Ÿค—

Features:

โš’๏ธ Next.js

โš™๏ธ TypeScript

๐ŸŽจ Tailwind CSS

๐Ÿ“‘ Layout with Header with nav, main y footer.

๐Ÿ•ถ๏ธ Dark Mode

๐Ÿ˜œ Hero Icons

๐Ÿ“ Absolute imports

โšก๏ธTailwind Theme (tailwind.config.js):

  • Two colors: primary and secondary.
  • Custom Font.

References if you want to add something of this:

๐ŸŒธ Data Fetching: React Query (https://github.com/TanStack/query)

๐Ÿป State Manager: Zuztand (https://github.com/pmndrs/zustand)

๐Ÿ“ฒ PWA: next-pwa (https://github.com/shadowwalker/next-pwa)

๐ŸŒ Translates: i18n (https://github.com/isaachinman/next-i18next)

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

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

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

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

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!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Top categories

Loading Svelte Themes