-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
# My Lightning Fast React.js Template | ||
|
||
This is my opinionated React.js template. I usually use it as a lab for trying js code, React.js code, libs, etc. But this is also a template to help me (and you!) set up a new projects properly. | ||
This is my opinionated React.js template. I usually use it as a lab for trying js code, React.js code, libs, etc. But this is also a template to help me (and probably you!) bootstrap new projects. | ||
To have the best dev experience possible, I picked these technologies (they may change overtime, you know how fast the js ecosystem evolves LOL.): | ||
|
||
- React.js & TypeScript | ||
- Tailwind CSS, react-router-dom, react-query & msw | ||
- Vite (lightning fast frontend build tool) | ||
- Vitest (blazing fast Node.js test runner) | ||
- Vitest + react-testing-library (unit & integration testing) | ||
- Eslint + Prettier (my linting and styling rules) | ||
- Cypress (E2E testing) | ||
|
||
# TODO: | ||
|
||
- Add husky + git-cz + commitizen | ||
- Add husky + git-cz + commitizen + lint-staged | ||
- Add storybook | ||
- Add vite-plugin-ssr | ||
- Setup CI with github actions |