chuanhao01 / react-ts-vite-template

React TypeScript template with Vite
MIT License
0 stars 0 forks source link

Make it into a cookiecutter template eventually #1

Open chuanhao01 opened 1 year ago

chuanhao01 commented 1 year ago

Use the python project as a reference Also need to change:

Cookiecutter notes:

chuanhao01 commented 1 year ago

Husky is for managing the addition of pre-commit hooks in the .husky folder It also set the git config to look there for hooks

chuanhao01 commented 1 year ago

lint-staged is npm specific package that adds an option to package.json it will lint staged files based on the command and include pattern given

chuanhao01 commented 1 year ago

npm-check-updates is a package to try and update all the packages in package.json to latest version Then you need to install it to test

chuanhao01 commented 1 year ago

Seems like need to change dev server config for cypress, https://github.com/cypress-io/cypress/tree/develop/npm/vite-dev-server#readme