Skip to content

sheetrocket/nextjs-portfolio-template

Repository files navigation

Next.js Blank Template

A clean, minimal Next.js template with TypeScript and Tailwind CSS.

🚀 Features

  • Next.js 15 with App Router
  • TypeScript for type safety
  • Tailwind CSS for styling
  • ESLint for code quality
  • Clean structure ready for your project

🛠️ Tech Stack

  • Framework: Next.js 15
  • Language: TypeScript
  • Styling: Tailwind CSS
  • Linting: ESLint

📦 Installation

  1. Clone the repository

    git clone <repository-url>
    cd nextjs-sheetrocket-portfolio-web-template
  2. Install dependencies

    npm install
  3. Run the development server

    npm run dev
  4. Open your browser Navigate to http://localhost:3000

📁 Project Structure

src/
├── app/
│   ├── globals.css
│   ├── layout.tsx
│   └── page.tsx

🚀 Deployment

Vercel (Recommended)

  1. Push your code to GitHub
  2. Connect your repository to Vercel
  3. Deploy automatically

Other Platforms

The project can be deployed to any platform that supports Next.js:

  • Netlify
  • Railway
  • DigitalOcean App Platform
  • AWS Amplify

🔧 Scripts

  • npm run dev - Start development server
  • npm run build - Build for production
  • npm run start - Start production server
  • npm run lint - Run ESLint

📝 License

This project is open source and available under the MIT License.

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

📞 Support

If you have any questions or need help, please open an issue on GitHub.


Built with ❤️ using Next.js, TypeScript, and Tailwind CSS