/next-typescript-template

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

Primary LanguageTypeScriptMIT LicenseMIT

⚡ 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!