Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/statickit-projects/next-js-tailwind
A starter Next.js project with Tailwind CSS
https://github.com/statickit-projects/next-js-tailwind
nextjs tailwindcss
Last synced: 2 months ago
JSON representation
A starter Next.js project with Tailwind CSS
- Host: GitHub
- URL: https://github.com/statickit-projects/next-js-tailwind
- Owner: statickit-projects
- License: mit
- Created: 2019-09-02T14:19:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:59:09.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T05:16:14.081Z (5 months ago)
- Topics: nextjs, tailwindcss
- Language: JavaScript
- Homepage: https://next-js-tailwind.unstacked.now.sh
- Size: 821 KB
- Stars: 22
- Watchers: 2
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Next.js + Tailwind Starter Project
A bare Next.js project with Tailwind CSS installed.
[**Check out the guide →**](https://statickit.com/guides/next-js-tailwind)
## Usage
To run this code:
```
git clone https://github.com/unstacked/next-js-tailwind.git
cd next-js-tailwind
npm install
npm run dev
```