This template was created in order to speed up the setup settings in nextjs typescript projects, with some standardization settings, such as eslint, prettier, husky, pre-commit, pre-push, github actions and patterns
- Nextjs
- Typescript
- Styled-componentes
- Jest
- React/Testing Libarary
- Prettier
- ESLint
- Husky
- Pre-commit
- Pre-push
- Github Actions
🎉 Done! You can start working now!
Good! You can contribute in two ways: Creating pull requests with some additional configuration (don't forget to write good documentation in PR) or creating issues!
- Fork the project
- Go to the fork repository on your github and in the code part copy the link to clone (HTTPS or SSH)
- Open the terminal and choose a folder you like and do a git clone paste the link you copied
- Create a branch:
git checkout -b <name_branch>
. - Make the changes and confirm:
git commit -m '<message_commit>'
- Send to original repository:
git push origin <main_branch> / <local>
- Create pull request
- Now just wait for the review!