Skip to content

suyalcinkaya/nextailwind

Repository files navigation

Next.js + Tailwind CSS

This is a Next.js and Tailwind CSS starter kit. It's fully optimized for the utmost performance.




Next.js + Tailwind CSS



Getting Started

First, clone—or download— the project to install the dependencies:

npm install
# or
yarn

Then, run the development server:

npm run dev
# or
yarn dev

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

To build a production bundle, run:

npm run build
# or
yarn build

Contributing

Contributions are welcome!

  1. Fork it.
  2. Create your feature branch: git checkout -b my-new-feature.
  3. Commit your changes: git commit -am 'Adds some feature'.
  4. Push to the branch: git push origin my-new-feature.
  5. Submit a pull request.

Or open an issue.