Skip to content

fu4303/starter-nextjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Next.js and TypeScript

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
  • πŸ—‚ 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

πŸ₯🐣 A TypeScript starter for Next.js that includes all you need to build amazing projects πŸ”₯ πŸ₯🐣

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors