Skip to content

Latest commit

 

History

History
89 lines (58 loc) · 1.87 KB

README.md

File metadata and controls

89 lines (58 loc) · 1.87 KB

Vite React template

This template use the Vite + Typescript + swc for Basic React project.

Dependencies

Dev Dependencies

build

style

format

conventional commit

test

Usage

Install

npm install

Start

npm run dev

Build

npm run build

Test

npm run test

commit

use commitizen to commit

npm run commit

Deploy

If use github-page to deploy just push the code to github and enable github-page use GitHub Actions in setting.

Github Action

And change the baseUrl in src/constants/index.ts to your repo name

export const baseUrl = "your-repo-name";