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
mainbranch ( Tagging, Publish builds )
Create a new repository from this template on GitHub.
When you use this template, try to follow the checklist to update your project properly
- Change the
nameandversionin package.json. - Delete the package-lock.json and generate a new one via
npm install. - Change the
<title>in index.html. - Change the
assigneesin dependabot.yml. - Remove the comments from the test section in qa.yml.
- Change the author name in LICENSE.
- Clean up the README.