Nextjs 14 boilerplate with App Router support, Tailwind CSS, and Typescript.
-
Next.js 14 with App Router support
-
Tailwind CSS integration
-
Type checking with TypeScript
-
Strict Mode for TypeScript and React 18
-
Unit Testing with Jest and React Testing Library
-
E2E Testing with Cypress
-
Linter with ESLint
-
Code Formatter with Prettier
-
🦊 Husky for Git Hooks
-
Lint-staged for running linters on Git staged files
Follow these instructions to get your project up and running.
-
Node.js
-
yarn
- Clone the repository:
git clone https://github.com/tyrozz/next-js-boilerplate.git
cd next-js-boilerplate
- Install dependencies:
yarn
- Start the development server:
yarn run dev
To run the Jest unit tests:
yarn run test
To run the Cypress end-to-end tests:
yarn run cypress
Contributions are welcome! If you find a bug or have a suggestion for improvement, please open an issue. I value your feedback and are open to any ideas for making this project better, appreciate your support in making this project better for everyone!
This project is licensed under the MIT License - see the See LICENSE for more information.