Quickly get started with a minimal React starter template!
This template is strongly opinionated
- Bare React application based on Vite
- Release management
- Updates using Dependabot
- CI workflows using Github Actions
- Lint Pull Request titles following the Conventional Commits specification
- Run QA for Pull Requests ( analyze, Tests, build )
- Release on push on
main
branch ( Tagging, Publish builds )
Create a new repository from this template on GitHub.
When you use this template, try follow the checklist to update your info properly
- Change the
name
andversion
in package.json. - Delete the package-lock.json and generate a new one via
npm install
. - Change the
<title>
in index.html. - Change the
assignees
in dependabot.yml. - Change the author name in LICENSE.
- Clean up the README.