/react-gmap

Project to Learn Google Map Api

Primary LanguageTypeScript

React Vite Template

React, Typescript, Vite, Material UI Prettier, Eslint, Husky, Lint-staged, Commitizen, Commitlint

Setup

  1. Install dependecies
    yarn
  2. Install husky
    yarn husky install
  3. Setup husky
    chmod ug+x .husky/*

Running / Building

  • Running development
    yarn dev

Commit Usage

Use yarn commit or yarn cz to use commitizen locally

or you can install it globally and

Use git cz or just cz to commit using commitizen

Commitizen (commitizen-tools.github.io)

How To Setup Husky, Lint Staged, And Commitizen On A Next.js Project — rizkicitra.dev

Tools