Minimal Next.js + TypeScript + Tailwind CSS starter template.

  • By Piyush Pandey
  • Last update: Jun 28, 2022
  • Comments: 1

next-ts-tailwind-starter

Minimal Next.js + TypeScript + Tailwind CSS starter template.

Made by Piyush Pandey

Give a if you want to appreciate.

1. Use this template in any of the two methods:

  1. Use this template button. (Recommended)

    Use as template

    • A new repo will be created

    New repo

    • Clone the repo from your GitHub and you are good to go!!!
  2. Using create-next-app

    npx create-next-app -e https://github.com/zephyrus21/next-ts-tailwind-starter project-name

    or

    yarn create next-app -e https://github.com/zephyrus21/next-ts-tailwind-starter project-name

Disclaimer: You can use npm or yarn as per your preference.

2. Install dependencies

cd to the project folder then

yarn install

3. Run the development server

You can start the server using this command:

yarn dev

Open http://localhost:3000 with your browser to see the result. You can start editing the page by modifying src/pages/index.tsx.

Github

https://github.com/zephyrus21/next-ts-tailwind-starter

Comments(1)

  • 1

    Feature request

    Give a little starter screen to this repo like that of NextJS or create-react-app, currently it has just a red word "Test"

    Suggestion for starter screen.

    1. List technologies used for this repo, along with version name.
    2. A 4 colored square with logo of each used that is used.