π Landing Page theme written in Next.js, Tailwind CSS and TypeScript β‘οΈ Made with developer experience first: Next.js, TypeScript, ESLint, Prettier, Husky, Lint-Staged, VSCode, Netlify, PostCSS, Tailwind CSS.
Clone this project and use it to create your own Next.js project. You can check a Next js templates demo.
Sponsors
DEMO
Check out our live demo.
Features
Developer experience first:
- π₯ Next.js for Static Site Generator
- π¨ Integrate with Tailwind CSS
- π
PostCSS for processing Tailwind CSS and integrated to
styled-jsx
- π Type checking TypeScript
- β Strict Mode for TypeScript and React 18
- βοΈ Linter with ESLint (default NextJS, NextJS Core Web Vitals and Airbnb configuration)
- π Code Formatter with Prettier
- π¦ Husky for Git Hooks
- π« Lint-staged for running linters on Git staged files
- π VSCode configuration: Debug, Settings, Tasks andβ¦