Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/suyalcinkaya/nextailwind

Fully optimized Next.js + Tailwind CSS starter kit.
https://github.com/suyalcinkaya/nextailwind

cssnano next nextjs postcss purgecss tailwind tailwindcss vercel

Last synced: 3 months ago
JSON representation

Fully optimized Next.js + Tailwind CSS starter kit.

Awesome Lists containing this project

README

        


Next.js + Tailwind CSS

This is a [Next.js](https://nextjs.org/) and [Tailwind CSS](https://tailwindcss.com/) starter kit. It's fully optimized for the utmost performance.

- [Next.js](https://nextjs.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [PostCSS](https://postcss.org/)
- [PurgeCSS](https://purgecss.com/)
- [cssnano](https://cssnano.co/)
- Deployed with [Vercel](https://vercel.com/)







Next.js + Tailwind CSS






## Getting Started

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

```bash
npm install
# or
yarn
```

Then, run the development server:

```bash
npm run dev
# or
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

To build a production bundle, run:

```bash
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](https://github.com/suyalcinkaya/nextailwind/issues).