Description | Requirements | Technologies | Usage
This template was created using React with Next.js and aims to facilitate the creation of new projects by providing a standardized and optimized foundation.
It includes essential configurations and tools such as TypeScript, Styled Components, and ESLint, ensuring best practices from the start of development. Ideal for use as a starting point in new projects, this template allows customization as needed.
- NextJs
- Typescript
- StyledComponents
- Eslint
- Commitlint
- Config conventional
- Husky
You can use this project as a template for another one, or clone it on your pc using the command:
git clone https://github.com/Lissone/next-typescript-template.git
cd next-typescript-template
Install dependencies using:
npm install
Run web:
npm run dev
Distributed under the MIT License. See LICENSE
for more information.