Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/suyalcinkaya/nextailwind
- Owner: suyalcinkaya
- Created: 2020-03-01T15:23:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-03T15:25:46.000Z (11 months ago)
- Last Synced: 2024-10-24T04:51:40.100Z (3 months ago)
- Topics: cssnano, next, nextjs, postcss, purgecss, tailwind, tailwindcss, vercel
- Language: JavaScript
- Homepage: https://nextailwindcss.vercel.app
- Size: 2.03 MB
- Stars: 18
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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/)
## 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).