A TypeScript starter for Next.js that includes all you need to build amazing projects 🔥
With Next.js 13 & React 18!
- 📏 ESLint — Pluggable JavaScript linter
- 💖 Prettier - Opinionated Code Formatter
- 🐶 Husky — Use git hooks with ease
- 🚫 lint-staged - Run linters against staged git files
- 🐙 React Testing Library (RTL) - Builds by adding APIs for working with React components
- 🃏 Jest - A delightful JavaScript Testing Framework with a focus on simplicity
- 🧑🔬 Cypress - Fast, easy and reliable testing for anything that runs in a browser.
- 💅 Styled Components (with SSR) - Use the best bits of ES6 and CSS to style your apps without stress
- Axios
- Polished
- React Hook Form
- Yup
The best way to start with this template is using create-next-app
.
npx create-next-app project-name -e https://github.com/jjunior96/next-template
If you prefer you can clone this repository and run the following commands inside the project folder:
npm install
oryarn
;yarn dev
;
To view the project open http://localhost:3000
.
- Fork this repository;
- Create your branch:
git checkout -b my-new-feature
; - Commit your changes:
git commit -m 'Add some feature'
; - Push to the branch:
git push origin my-new-feature
.
Made with ♥ by Lucas Xavier