Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tophercully/next-quickstart
A quickstart for a Next.js app with extra boilerplate like icons, prettier, and tailwind config.
https://github.com/tophercully/next-quickstart
analytics concurrently eslint lucide nextjs prettier quickstart tailwind template
Last synced: about 1 month ago
JSON representation
A quickstart for a Next.js app with extra boilerplate like icons, prettier, and tailwind config.
- Host: GitHub
- URL: https://github.com/tophercully/next-quickstart
- Owner: tophercully
- Created: 2024-12-03T20:34:15.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-03T21:01:18.000Z (about 1 month ago)
- Last Synced: 2024-12-03T21:28:22.120Z (about 1 month ago)
- Topics: analytics, concurrently, eslint, lucide, nextjs, prettier, quickstart, tailwind, template
- Language: CSS
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Next.js Quickstart
`npm install` then `npm run dev` and you've got a running web app.
This quickstart web template includes:
- TypeScript
- Next.js
- React
- Tailwind
- ESLint
- Prettier
- Lucide Icons
- Vercel Analytics
- `Overused Grotesk` typeface
- `npm run dev` will start Next and run Tailwind's watch command concurrentlyIncludes a color in Tailwind called `base` which is pure grayscale values from white at base-50 to black at base-950.
It also includes basic useful colors like `error`(red), `success`(green), `info`(blue), and `special`(purple)It also includes a demo/template page that uses the dynamic routing and url params to fetch data on the server, so your page always serves with fetched content.