Skip to content

TypeScript starter for Next.js that includes all you need to build amazing apps ⚡️

License

Notifications You must be signed in to change notification settings

progremir/typescript-nextjs-starter

This branch is 1056 commits behind jpedroschmitz/typescript-nextjs-starter:main.

Folders and files

NameName
Last commit message
Last commit date
May 29, 2021
May 26, 2021
Jan 10, 2021
Jan 25, 2021
Mar 19, 2020
Mar 19, 2020
Mar 12, 2021
Jan 10, 2021
Sep 29, 2020
Mar 19, 2020
Mar 12, 2021
May 26, 2021
Mar 19, 2020
Apr 22, 2021
May 29, 2021
Sep 22, 2020
Jan 25, 2021
May 29, 2021

Repository files navigation

Next.js TypeScript Starter

PRs welcome! License Follow @jpedroschmitz


A TypeScript starter for Next.js that includes all you need to build amazing projects 🔥

  • 📏 ESLint — Pluggable JavaScript linter
  • 💖 Prettier - Opinionated Code Formatter
  • 🐶 Husky — Use git hooks with ease
  • 📄 Commitizen - Conventional commit messages CLI
  • 🚓 Commitlint - Lint commit messages
  • 🖌 Renovate - Dependency update tool
  • 🚫 lint-staged - Run linters against staged git files
  • 👷 PR Workflow - Run Type Check & Linters on pull requests
  • 🗂 Absolute import - Import folders and files using the @ prefix

🚀 Getting started

The best way to start with this template is using create-next-app.

npx create-next-app ts-next -e https://github.com/jpedroschmitz/typescript-nextjs-starter

If you prefer you can clone this repository and run the following commands inside the project folder:

  1. npm install or yarn;
  2. yarn dev;

To view the project open http://localhost:3000.

🤝 Contributing

  1. Fork this repository;
  2. Create your branch: git checkout -b my-new-feature;
  3. Commit your changes: git commit -m 'Add some feature';
  4. Push to the branch: git push origin my-new-feature.

After your pull request is merged, you can safely delete your branch.

📝 License

This project is licensed under the MIT License - see the LICENSE.md file for more information.


Made with ♥ by João Pedro Schmitz

About

TypeScript starter for Next.js that includes all you need to build amazing apps ⚡️

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 50.0%
  • CSS 41.6%
  • Shell 7.2%
  • JavaScript 1.2%