Skip to content
/ zippy-react Public template

A React.js starter template with typescript that implements file-based routing with Vite.js

Notifications You must be signed in to change notification settings

rimzzlabs/zippy-react

Repository files navigation

Zippy

Info

A starter template using react typescript that implements file-based routing

  • Status: work in progress

Troubleshooting

Git Hooks not running

When Git Hooks not running, run this command on your terminal, and reload your Editor

chmod +x .husky/pre-commit

Commiting files

This repo use conventional-commit for a better commit message, to mark the file as staged, you normally run git add {path/to/file}.

But please do not run the git commit, run this command instead, you will be prompted by cz to describe your change on this current commit:

yarn commit

About

A React.js starter template with typescript that implements file-based routing with Vite.js

Resources

Stars

Watchers

Forks