forge
forge copied to clipboard
feat: added vite-react-typescript template
- [x] I have read the contribution documentation for this project.
- [x] I agree to follow the code of conduct that this project follows, as appropriate.
- [x] The changes are appropriately documented (if applicable).
- [x] The changes have sufficient test coverage (if applicable).
- [x] The testsuite passes successfully on my local machine (if applicable).
Summarize your changes:
I saw that two issues were asking for a Vite, React, and Typescript template to get projects started quicker. Issues: #3791 and #3654
I added a vite-react-typescript template and testing for it. I tried to maintain a minimal approach similar to how the other templates are written.