NextJS
- The React framework with hybrid static & server rendering, and App RouterTypescript
- JavaScript with type safety and enhanced developer experienceTailwindCSS
- A utility-first CSS framework for rapid UI developmentEslint
- A tool for finding and fixing code issues and enforcing code stylePrettier
- A code formatter for consistent and readable code styleGoogle Analytics
- A web analytics service that tracks and reports website traffic
- Dynamic generate sitemaps and robot files
- Support multiple languages
- Add common pages
- Generate og images
-
Clone the repository
-
Install dependencies using
yarn
yarn
- Start the development server
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.