A Next.js starter template with Tailwind CSS and custom configuration.
Create a new Next.js project with this template:
npx @hykocx/nextjs-startThis command will:
- Initialize a new Next.js project with Tailwind CSS
- Configure path aliases (@-imports)
- Disable dev indicators
- Add custom template files and components
- Set up favicon generation script
- Next.js with App Router
- Tailwind CSS v4 with custom theme
- Path aliases configured (
@*maps to root) - Favicon generation script with SVG support
- Screenshot placeholder for documentation
# Install dependencies (if not already done)
npm install
# Start development server
npm run dev
# Generate favicon from SVG
npm run make-faviconFeel free to contribute to this project! Don't worry about following strict guidelines or templates. Simply submit your changes and I will review them. Whether it's a bug fix, feature addition, or documentation improvement, all contributions are welcome.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE.txt file for details.