Skip to content

POTERYUNG/nextjs13-starter

 
 

Repository files navigation

This is a NextJs 13, Typescript and Tailwind starter file project created by Mukhammadxuja.

Getting Started

To use this starter, you can use create-next-app to do it by:

npx create-next-app -e https://github.com/mukhammadxuja/nextjs-13-ts-tailwind-starter project-name

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.

What's Inside

This starter file has a opinionated styling for heading with responsive size and Montserrat font imported from the google fonts.

There is also Seo Component to customize page title and opengraph meta tags.

About

nextjs13-starter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 62.0%
  • JavaScript 34.4%
  • CSS 1.8%
  • Shell 1.8%