joaogabriel-sg / next-typescript-template

๐Ÿ’ป A simple Create Next App template to start your projects with Next.js, TypeScript, Tailwind CSS, ESLint, Prettier and other tools.

Home Page:https://next-typescript-template-joaogabriel-sg.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

โšก Next Typescript Template โšก


A simple Create Next App template to start your projects with Next.js, TypeScript, Tailwind CSS, ESLint, Prettier and other tools.

Quick start | Technologies | Author | License | Show your support

๐ŸŽฎ Quick start

โš ๏ธ Using Yarn Package Manager is recommended over npm.

The best way to start with this template is using Create Next App.

# yarn
yarn create next-app -e https://github.com/joaogabriel-sg/next-typescript-template my-app
# npx
npx create next-app -e https://github.com/joaogabriel-sg/next-typescript-template my-app

Access the project folder.

cd my-app

Start the project locally.

yarn dev

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

๐Ÿš€ Technologies

๐Ÿ‘จโ€๐Ÿ’ป Author

๐Ÿ“ License

This project is licensed under the MIT License.
See the LICENSE for more information.

โœจ Show your support

Give a โญ if this project helped you or if you liked it!

About

๐Ÿ’ป A simple Create Next App template to start your projects with Next.js, TypeScript, Tailwind CSS, ESLint, Prettier and other tools.

https://next-typescript-template-joaogabriel-sg.vercel.app/

License:MIT License


Languages

Language:TypeScript 79.3%Language:JavaScript 8.7%Language:Shell 6.4%Language:CSS 5.6%