Skip to content

Lissone/next-typescript-template

Repository files navigation

Next Typescript Template

Description   |    Requirements   |    Technologies   |    Usage


License Repo size Top lang Stars repo Forks repo Pull requests Last commit

Report bug · Request feature


Description

Template made in React with NextJs to facilitate the creation of new projects with some standardization, which can be created from this one.

Already defined with Typescipt, ESLint with some plugins, Prettier, Lint staged, Commitlint with Commitzen cli to further increase productivity and standardization in creating web .

Requirements

Technologies

  • NextJs
  • Typescript
  • StyledComponents
  • Eslint
    • Airbnb-config with another pessoal rules
    • Import helpers plugin
  • Prettier
  • Commitlint
    • Commitizen
  • Husky
    • Lint staged
    • Pretty quicky

Usage

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:

yarn
#or
npm install

Run web:

yarn dev
#or
npm run dev

License

Distributed under the MIT License. See LICENSE for more information.

Made with ❤️ by Lissone