Skip to content

frutbits/nextjs-tailwind-boilerplate

Repository files navigation

FrutBits Indonesia Logo

@frutbits/nextjs-tailwind-boilerplate

A Next.js boilerplate which includes TailwindCSS and other utilities

GitHub GitHub version Discord

Things that included:

  1. TailwindCSS
  2. Next.js experimental app directory
  3. @next/font installed
  4. Next.js path alias (@/)
  5. ESLint configured
  6. Dockerized
  7. GitHub action for build test & docker build
  8. Using pnpm

Since this is a template, you may modify these things:

  1. GitHub Action docker build image name (this one)
  2. Docker image name
  3. package.json
  4. README.md
  5. LICENSE

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm 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.

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.

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

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.