Skip to content

hykocx/nextjs-start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@hykocx/nextjs-start

A Next.js starter template with Tailwind CSS and custom configuration.

Usage

Create a new Next.js project with this template:

npx @hykocx/nextjs-start

This command will:

  1. Initialize a new Next.js project with Tailwind CSS
  2. Configure path aliases (@-imports)
  3. Disable dev indicators
  4. Add custom template files and components
  5. Set up favicon generation script

What's Included

  • 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

After Installation

# Install dependencies (if not already done)
npm install

# Start development server
npm run dev

# Generate favicon from SVG
npm run make-favicon

Contributing

Feel 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.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE.txt file for details.

About

A Next.js starter template with Tailwind CSS and custom configuration.

Resources

License

Stars

Watchers

Forks