A clean, minimal Next.js template with TypeScript and Tailwind CSS.
- Next.js 15 with App Router
- TypeScript for type safety
- Tailwind CSS for styling
- ESLint for code quality
- Clean structure ready for your project
- Framework: Next.js 15
- Language: TypeScript
- Styling: Tailwind CSS
- Linting: ESLint
-
Clone the repository
git clone <repository-url> cd nextjs-sheetrocket-portfolio-web-template
-
Install dependencies
npm install
-
Run the development server
npm run dev
-
Open your browser Navigate to http://localhost:3000
src/
├── app/
│ ├── globals.css
│ ├── layout.tsx
│ └── page.tsx
- Push your code to GitHub
- Connect your repository to Vercel
- Deploy automatically
The project can be deployed to any platform that supports Next.js:
- Netlify
- Railway
- DigitalOcean App Platform
- AWS Amplify
npm run dev
- Start development servernpm run build
- Build for productionnpm run start
- Start production servernpm run lint
- Run ESLint
This project is open source and available under the MIT License.
Contributions are welcome! Please feel free to submit a Pull Request.
If you have any questions or need help, please open an issue on GitHub.
Built with ❤️ using Next.js, TypeScript, and Tailwind CSS