https://github.com/william-versatile/next.js-template
https://github.com/william-versatile/next.js-template
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/william-versatile/next.js-template
- Owner: William-versatile
- License: mit
- Created: 2024-02-22T00:08:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-22T00:09:02.000Z (over 2 years ago)
- Last Synced: 2025-02-10T15:17:06.001Z (over 1 year ago)
- Language: TypeScript
- Size: 528 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Next.js + Tailwind CSS template
This project template aims to simplify the setup of Tailwind CSS on your Next.js app.
Before using this template, please make sure that your development environment is ready as stated on [Next.js](https://nextjs.org/learn/basics/create-nextjs-app/setup) website.
## Create a Next.js App
To create a Next.js app with this template, open your terminal, `cd` into the directory you'd like to create the app in, and run the command below:
Note:
Replace `nextjs-blog` with the project name you'd like to create, eg. `my-nextjs-app`.
```
npx create-next-app nextjs-blog --use-npm --example "https://github.com/earvinpiamonte/nextjs-tailwindcss-template"
```
## Run development server
```
cd nextjs-blog
```
```
npm run dev
```
## Deploy with Vercel
Deploy this template using Vercel:
[](https://vercel.com/import/project?template=https://github.com/earvinpiamonte/nextjs-tailwindcss-template)
## Maintainer
This project is maintained by [Noel Earvin Piamonte](https://www.earvinpiamonte.com).
## Credits
[Deploy button image](https://vercel.com/button) used on this `README.md` is owned by [Vercel](https://vercel.com).